Skip to content

Commit 7693792

Browse files
pip: bump the pip-updates group across 1 directory with 5 updates (#54)
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 676db19 commit 7693792

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,11 +1,11 @@
11
aiohappyeyeballs==2.6.1
22
aiohttp==3.12.13
3-
aiosignal==1.3.2
3+
aiosignal==1.4.0
44
annotated-types==0.7.0
55
anyio==4.9.0
66
async-timeout==5.0.1
77
attrs==25.3.0
8-
certifi==2025.6.15
8+
certifi==2025.7.9
99
click==8.1.8
1010
configomatic==0.4.0
1111
easykube==0.6.0
@@ -21,12 +21,12 @@ Jinja2==3.1.6
2121
kopf==1.38.0
2222
kube-custom-resource==0.6.1
2323
MarkupSafe==3.0.2
24-
multidict==6.6.2
24+
multidict==6.6.3
2525
propcache==0.3.2
2626
pydantic==2.11.7
2727
pyhelm3==0.4.0
2828
python-json-logger==3.3.0
2929
PyYAML==6.0.2
3030
sniffio==1.3.1
31-
typing_extensions==4.14.0
31+
typing_extensions==4.14.1
3232
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
python-subunit>=0.0.18 # Apache-2.0/BSD
44
stestr>=1.0.0 # Apache-2.0

0 commit comments

Comments
 (0)