Skip to content

Commit

Permalink
Update ruff requirement from <0.1.5,>0.0.215 to >0.0.215,<0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 13, 2023
1 parent 7318eb2 commit 17862c9
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 @@ -33,7 +33,7 @@ dependencies = [
dev = [
# "black[jupyter] >= 22,< 24",
"docformatter>=1.5,<1.8",
"ruff>0.0.215,<0.1.5",
"ruff>0.0.215,<0.1.6",
"tox>=3.20,<4.12",
"twine>=3.3,<4.1", # Used to make releases to PyPI
]
Expand All @@ -55,7 +55,7 @@ tests = [
"pytest-console-scripts>=1.1,<1.5",
"pytest-cov>=2.10,<4.2",
"rstcheck[sphinx,toml]>=5.0,<6.3",
"ruff>0.0.215,<0.1.5",
"ruff>0.0.215,<0.1.6",
"tox>=3.20,<4.12",
]
viz = [
Expand Down

0 comments on commit 17862c9

Please sign in to comment.