Skip to content

Commit f98cfec

Browse files
Bump ruff from 0.11.12 to 0.12.4 (#471)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0a79678 commit f98cfec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ pytest==8.3.5
55
pytest-asyncio==0.26.0
66
pytest-cov==6.1.1
77
mypy==1.16.0
8-
ruff==0.11.12
8+
ruff==0.12.4

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
test_requirements = [
88
"pytest-asyncio",
9-
"ruff==0.11.12",
9+
"ruff==0.12.4",
1010
"codecov>=2.1.4",
1111
"pytest>=5.4.3",
1212
"pytest-cov>=2.9.0",

0 commit comments

Comments
 (0)