Skip to content

Commit bbf3d59

Browse files
Bump ruff from 0.14.10 to 0.14.11
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.14.10 to 0.14.11. - [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.14.10...0.14.11) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.14.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bde57b4 commit bbf3d59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ test = [
4343
"pyserial-asyncio-fast==0.16",
4444
"pytest==9.0.2",
4545
"pytest-asyncio==1.3.0",
46-
"ruff==0.14.10",
46+
"ruff==0.14.11",
4747
"tox==4.32.0",
4848
"types-pyserial==3.5.0.20251001"
4949
]

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pre-commit==4.5.1
77
pyserial-asyncio-fast==0.16
88
pytest==9.0.2
99
pytest-asyncio==1.3.0
10-
ruff==0.14.10
10+
ruff==0.14.11
1111
tomli==2.3.0
1212
tox==4.32.0
1313
types-pyserial==3.5.0.20251001

0 commit comments

Comments
 (0)