Skip to content

Commit fb7f20c

Browse files
Update ruff requirement from <0.14,>=0.5.0 to >=0.5.0,<0.15 (#93)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent feaa0cd commit fb7f20c

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
@@ -33,7 +33,7 @@ dev = [
3333
"pyright~=1.1.347",
3434
"pytest>=8.0,<8.5",
3535
"pytest-cov>=4.1,<7.1",
36-
"ruff>=0.5.0,<0.14",
36+
"ruff>=0.5.0,<0.15",
3737
"tzdata>=2023.4,<2026.0"
3838
]
3939

0 commit comments

Comments
 (0)