Skip to content

Commit 4181d7f

Browse files
pip: bump the pip-updates group across 1 directory with 5 updates (#212)
Updates the requirements on [aiosignal](https://github.com/aio-libs/aiosignal), [certifi](https://github.com/certifi/python-certifi), [multidict](https://github.com/aio-libs/multidict), [typing-extensions](https://github.com/python/typing_extensions) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `aiosignal` from 1.3.2 to 1.4.0 - [Release notes](https://github.com/aio-libs/aiosignal/releases) - [Changelog](https://github.com/aio-libs/aiosignal/blob/master/CHANGES.rst) - [Commits](aio-libs/aiosignal@v1.3.2...v1.4.0) Updates `certifi` from 2025.6.15 to 2025.7.9 - [Commits](certifi/python-certifi@2025.06.15...2025.07.09) Updates `multidict` from 6.6.2 to 6.6.3 - [Release notes](https://github.com/aio-libs/multidict/releases) - [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst) - [Commits](aio-libs/multidict@v6.6.2...v6.6.3) Updates `typing-extensions` from 4.14.0 to 4.14.1 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.14.0...4.14.1) Updates `ruff` to 0.12.2 - [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.1...0.12.2) --- updated-dependencies: - dependency-name: aiosignal dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: certifi dependency-version: 2025.7.9 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: multidict dependency-version: 6.6.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-updates - dependency-name: typing-extensions dependency-version: 4.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-updates - dependency-name: ruff dependency-version: 0.12.2 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 3d41bc7 commit 4181d7f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
aiohappyeyeballs==2.6.1
22
aiohttp==3.12.13
3-
aiosignal==1.3.2
3+
aiosignal==1.4.0
44
anyio==4.9.0
55
async-timeout==5.0.1
66
attrs==25.3.0
7-
certifi==2025.6.15
7+
certifi==2025.7.9
88
click==8.1.8
99
easykube==0.6.0
1010
exceptiongroup==1.3.0
@@ -15,10 +15,10 @@ httpx==0.28.1
1515
idna==3.10
1616
iso8601==2.1.0
1717
kopf==1.38.0
18-
multidict==6.6.2
18+
multidict==6.6.3
1919
propcache==0.3.2
2020
python-json-logger==3.3.0
2121
PyYAML==6.0.2
2222
sniffio==1.3.1
23-
typing_extensions==4.14.0
23+
typing_extensions==4.14.1
2424
yarl==1.20.1

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.1
1+
ruff~=0.12.2
22
coverage>=4.0,!=4.4 # Apache-2.0
33
stestr>=4.2.0 # Apache-2.0
44
codespell

0 commit comments

Comments
 (0)