Skip to content

Commit 14184d2

Browse files
Merge pull request #39 from chatnoir-eu/dependabot/pip/ruff-gte-0.7.1-and-lt-0.14.0
Update ruff requirement from <0.12.0,>=0.7.1 to >=0.7.1,<0.14.0
2 parents de66989 + 621da50 commit 14184d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tests = [
3535
"mypy~=1.13",
3636
"pytest~=8.3",
3737
"pytest-cov>=5,<7",
38-
"ruff>=0.7.1,<0.12.0",
38+
"ruff>=0.7.1,<0.14.0",
3939
"types-requests~=2.32",
4040
]
4141
experiment = [

0 commit comments

Comments
 (0)