Skip to content

Commit

Permalink
deps:(deps): bump ruff from 0.2.1 to 0.8.1
Browse files Browse the repository at this point in the history
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.2.1 to 0.8.1.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.2.1...0.8.1)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 2, 2024
1 parent 865515b commit bab5bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ file = "LICENSE"
dev = [
"pyright==1.1.330.post0",
"pre-commit==3.4.0",
"ruff==0.2.1", # important that these match the pre-commit hooks
"ruff==0.8.1", # important that these match the pre-commit hooks
"pandas-stubs==2.2.0.240218", # type stubs for pandas
"invoke==2.1.1",
]
Expand Down

0 comments on commit bab5bb5

Please sign in to comment.