Skip to content

Commit

Permalink
Update ruff requirement from <0.8.5,>0.0.215 to >0.0.215,<0.8.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent 9ababd1 commit 38bc0fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies = [

[project.optional-dependencies]
dev = [
"ruff>0.0.215,<0.8.5",
"ruff>0.0.215,<0.8.7",
"tox>=4.16.0,<4.24",
"twine>=3.3,<6.1", # Used to make releases to PyPI
]
Expand All @@ -52,7 +52,7 @@ tests = [
"pytest-console-scripts>=1.1,<1.5",
"pytest-cov>=2.10,<6.1",
"rstcheck[sphinx,toml]>=5.0,<6.3",
"ruff>0.0.215,<0.8.5",
"ruff>0.0.215,<0.8.7",
"tox>=4.16.0,<4.24",
]
viz = [
Expand Down

0 comments on commit 38bc0fd

Please sign in to comment.