Skip to content

Commit ed391a1

Browse files
Bump ruff from 0.11.7 to 0.11.8 (#449)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 51f73b8 commit ed391a1

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.15.0
8-
ruff==0.11.7
8+
ruff==0.11.8

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.7",
9+
"ruff==0.11.8",
1010
"codecov>=2.1.4",
1111
"pytest>=5.4.3",
1212
"pytest-cov>=2.9.0",

0 commit comments

Comments
 (0)