Skip to content

Commit

Permalink
Update ruff requirement from <0.1.14,>0.0.215 to >0.0.215,<0.1.15
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent 9284250 commit 9af5202
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 @@ -26,7 +26,7 @@ dependencies = [
[project.optional-dependencies]
dev = [
"black[jupyter] >= 22,< 24",
"ruff>0.0.215,<0.1.14",
"ruff>0.0.215,<0.1.15",
"tox>=3.20,<4.12",
]
doc = [
Expand All @@ -45,7 +45,7 @@ tests = [
"pytest>=6.2,<7.5", # test framework
"pytest-console-scripts>=1.1,<1.5", # Allow automatic testing of scripts
"pytest-cov>=2.10,<4.2", # Pytest plugin for working with coverage
"ruff>0.0.215,<0.1.14", # Linter and autoformatter, replaces flake8, isort, others
"ruff>0.0.215,<0.1.15", # Linter and autoformatter, replaces flake8, isort, others
"tox>=3.20,<4.12", # Python test environment manager
]
types = []
Expand Down

0 comments on commit 9af5202

Please sign in to comment.