Skip to content

Commit 6bfd35c

Browse files
pip: bump the pip-updates group across 1 directory with 2 updates (#336)
Updates the requirements on [anyio](https://github.com/agronholm/anyio) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `anyio` from 4.11.0 to 4.12.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](agronholm/anyio@4.11.0...4.12.0) Updates `ruff` to 0.14.8 - [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.6...0.14.8) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: ruff dependency-version: 0.14.8 dependency-type: direct:production dependency-group: pip-updates ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2acbfff commit 6bfd35c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ aiohappyeyeballs==2.6.1
22
aiohttp==3.13.2
33
aiosignal==1.4.0
44
annotated-types==0.7.0
5-
anyio==4.11.0
5+
anyio==4.12.0
66
async-timeout==5.0.1
77
attrs==25.4.0
88
certifi==2025.11.12

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ruff~=0.14.6
1+
ruff~=0.14.8
22
coverage>=4.0,!=4.4 # Apache-2.0
33
python-subunit>=0.0.18 # Apache-2.0/BSD
44
stestr>=1.0.0 # Apache-2.0

0 commit comments

Comments
 (0)