Skip to content

Commit e501df3

Browse files
Bump ruff from 0.11.2 to 0.11.4 (#442)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.11.2 to 0.11.4. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.11.2...0.11.4) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.11.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 82da83f commit e501df3

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

0 commit comments

Comments
 (0)