Skip to content

Commit

Permalink
Bump ruff from 0.4.7 to 0.6.8
Browse files Browse the repository at this point in the history
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.4.7 to 0.6.8.
- [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.4.7...0.6.8)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 3e843a9 commit a87ca9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ def get_version():
"tabulate==0.9.0",
"wheel==0.44.0",
],
extras_require={"dev": ["ruff==0.4.7", "pre-commit==3.8.0", "pytest==8.3.2"]},
extras_require={"dev": ["ruff==0.6.8", "pre-commit==3.8.0", "pytest==8.3.2"]},
)

0 comments on commit a87ca9d

Please sign in to comment.