Skip to content

Commit 8818fd2

Browse files
authored
Merge pull request #7 from team23/dependabot/pip/ruff-gte-0.2.0-and-lt-0.4.0
build(deps-dev): update ruff requirement from >=0.2.0,<0.3.0 to >=0.2.0,<0.4.0
2 parents edb7b07 + 2de1593 commit 8818fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pytest = ">=7.1.2,<9.0.0"
1616
pytest-cov = ">=3,<5"
1717
tox = ">=3.26,<5.0"
1818
httpx = ">=0.24.1,<1.0.0"
19-
ruff = ">=0.2.0,<0.3.0"
19+
ruff = ">=0.2.0,<0.4.0"
2020
pyright = ">=1.1.350,<1.2"
2121

2222
[tool.ruff]

0 commit comments

Comments
 (0)