Skip to content

Commit 2a05362

Browse files
pip: bump the pip-updates group across 1 directory with 3 updates (#215)
Updates the requirements on [ruff](https://github.com/astral-sh/ruff), [aiohttp](https://github.com/aio-libs/aiohttp) and [certifi](https://github.com/certifi/python-certifi) to permit the latest version. Updates `ruff` to 0.12.3 - [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.12.2...0.12.3) Updates `aiohttp` from 3.12.13 to 3.12.14 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.12.13...v3.12.14) Updates `certifi` from 2025.7.9 to 2025.7.14 - [Commits](certifi/python-certifi@2025.07.09...2025.07.14) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.12.3 dependency-type: direct:production dependency-group: pip-updates - dependency-name: aiohttp dependency-version: 3.12.14 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-updates - dependency-name: certifi dependency-version: 2025.7.14 dependency-type: direct:production update-type: version-update:semver-patch 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 4181d7f commit 2a05362

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
aiohappyeyeballs==2.6.1
2-
aiohttp==3.12.13
2+
aiohttp==3.12.14
33
aiosignal==1.4.0
44
anyio==4.9.0
55
async-timeout==5.0.1
66
attrs==25.3.0
7-
certifi==2025.7.9
7+
certifi==2025.7.14
88
click==8.1.8
99
easykube==0.6.0
1010
exceptiongroup==1.3.0

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ruff~=0.12.2
1+
ruff~=0.12.3
22
coverage>=4.0,!=4.4 # Apache-2.0
33
stestr>=4.2.0 # Apache-2.0
44
codespell

0 commit comments

Comments
 (0)