Skip to content

Commit 0863d67

Browse files
authored
Relax ruff upper version pin (>= instead of ==)
1 parent 005c809 commit 0863d67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ tests = [
7070
"fastapi>=0.128.0",
7171
"mypy==2.1.0",
7272
"pytest>=7.4.0,<10.0.0",
73-
"ruff==0.15.15",
73+
"ruff>=0.15.15",
7474
"uvicorn>=0.39.0",
7575
"ty>=0.0.25",
7676
]

0 commit comments

Comments
 (0)