Skip to content

Commit

Permalink
chore(deps): bump ruff from 0.7.0 to 0.8.0 in /bindings/python (#33)
Browse files Browse the repository at this point in the history
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.7.0...0.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent c5fe128 commit 576f3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ test = [
"pytest >=8.0.0,<9.0.0",
"black ==24.10.0",
"mypy >=1.0.0",
"ruff ==0.7.0",
"ruff ==0.8.0",
"isort ==5.13.2",
"maturin >=1.7,<2.0",
"pytest-benchmark[histogram] >=4.0.0,<5.0.0",
Expand Down

0 comments on commit 576f3ab

Please sign in to comment.