Skip to content

Commit

Permalink
build(deps): update ruff requirement in the dev-dependencies group
Browse files Browse the repository at this point in the history
Updates the requirements on [ruff](https://github.com/astral-sh/ruff) to permit the latest version.

Updates `ruff` to 0.9.3
- [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.5.0...0.9.3)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:production
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 23, 2025
1 parent 5147cba commit 9513b9f
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 @@ -41,7 +41,7 @@ test = [
"pytest-cov>=4.1,<=6.0.0",
"pytest>=7.4,<=8.3.4",
"hypothesis>=6.104.2,<=6.124.2",
"ruff>=0.5.0,<=0.9.2",
"ruff>=0.5.0,<=0.9.3",
"coverage>=7.5.4,<=7.6.10",
]

Expand Down

0 comments on commit 9513b9f

Please sign in to comment.