Skip to content

Commit

Permalink
Update ruff requirement from <0.3.4,>0.0.215 to >0.0.215,<0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 22, 2024
1 parent 783d19c commit c9d7200
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 = [
"build>=0.9",
"ruff>0.0.215,<0.3.4",
"ruff>0.0.215,<0.3.5",
"tox>=3.20,<4.15",
"twine>=4.0",
]
Expand All @@ -51,7 +51,7 @@ tests = [
"pytest>=6.2,<8.2", # 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.3.4",
"ruff>0.0.215,<0.3.5",
"tox>=3.20,<4.15", # Python test environment manager
"tqdm >= 4.63,< 4.67",
"requests_mock",
Expand Down

0 comments on commit c9d7200

Please sign in to comment.