Skip to content

Commit 729512a

Browse files
chore(deps): bump ruff from 0.12.12 to 0.14.2 (#495)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7e3d381 commit 729512a

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.4.2
55
pytest-asyncio==1.2.0
66
pytest-cov==7.0.0
77
mypy==1.18.1
8-
ruff==0.12.12
8+
ruff==0.14.11

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

0 commit comments

Comments
 (0)