Skip to content

Commit

Permalink
Update ruff requirement from ~=0.7.1 to >=0.7.1,<0.10.0
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.
- [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.1...0.9.1)

---
updated-dependencies:
- dependency-name: ruff
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 72c2f3b commit 1dc279b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies = [

[project.optional-dependencies]
testing = [
"ruff~=0.7.1",
"ruff>=0.7.1,<0.10.0",
"pytest~=8.3.3",
"pytest-cov~=6.0.0",
"requests-mock~=1.12.1",
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ruff~=0.7.1
ruff>=0.7.1,<0.10.0
pytest~=8.3.3
pytest-cov~=6.0.0
requests-mock~=1.12.1
Expand Down

0 comments on commit 1dc279b

Please sign in to comment.