Skip to content

Commit 934f235

Browse files
pip: bump the pip-updates group across 1 directory with 10 updates (#183)
Updates the requirements on [ruff](https://github.com/astral-sh/ruff), [aiohappyeyeballs](https://github.com/aio-libs/aiohappyeyeballs), [anyio](https://github.com/agronholm/anyio), [attrs](https://github.com/sponsors/hynek), [certifi](https://github.com/certifi/python-certifi), [frozenlist](https://github.com/aio-libs/frozenlist), [kopf](https://github.com/nolar/kopf), [multidict](https://github.com/aio-libs/multidict), [typing-extensions](https://github.com/python/typing_extensions) and [yarl](https://github.com/aio-libs/yarl) to permit the latest version. Updates `ruff` to 0.11.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.11.7...0.11.8) Updates `aiohappyeyeballs` from 2.4.4 to 2.6.1 - [Release notes](https://github.com/aio-libs/aiohappyeyeballs/releases) - [Changelog](https://github.com/aio-libs/aiohappyeyeballs/blob/main/CHANGELOG.md) - [Commits](aio-libs/aiohappyeyeballs@v2.4.4...v2.6.1) Updates `anyio` from 4.8.0 to 4.9.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](agronholm/anyio@4.8.0...4.9.0) Updates `attrs` from 25.1.0 to 25.3.0 - [Commits](https://github.com/sponsors/hynek/commits) Updates `certifi` from 2025.1.31 to 2025.4.26 - [Commits](certifi/python-certifi@2025.01.31...2025.04.26) Updates `frozenlist` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/aio-libs/frozenlist/releases) - [Changelog](https://github.com/aio-libs/frozenlist/blob/master/CHANGES.rst) - [Commits](aio-libs/frozenlist@v1.5.0...v1.6.0) Updates `kopf` from 1.37.4 to 1.37.5 - [Release notes](https://github.com/nolar/kopf/releases) - [Commits](nolar/kopf@1.37.4...1.37.5) Updates `multidict` from 6.1.0 to 6.4.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.1.0...v6.4.3) Updates `typing-extensions` from 4.12.2 to 4.13.2 - [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.12.2...4.13.2) Updates `yarl` from 1.18.3 to 1.20.0 - [Release notes](https://github.com/aio-libs/yarl/releases) - [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst) - [Commits](aio-libs/yarl@v1.18.3...v1.20.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.11.8 dependency-type: direct:production dependency-group: pip-updates - dependency-name: aiohappyeyeballs dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: anyio dependency-version: 4.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: attrs dependency-version: 25.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: certifi dependency-version: 2025.4.26 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: frozenlist dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: kopf dependency-version: 1.37.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-updates - dependency-name: multidict dependency-version: 6.4.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: typing-extensions dependency-version: 4.13.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: yarl dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor 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 58d0e7d commit 934f235

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
aiohappyeyeballs==2.4.4
1+
aiohappyeyeballs==2.6.1
22
aiohttp==3.11.18
33
aiosignal==1.3.2
4-
anyio==4.8.0
4+
anyio==4.9.0
55
async-timeout==5.0.1
6-
attrs==25.1.0
7-
certifi==2025.1.31
6+
attrs==25.3.0
7+
certifi==2025.4.26
88
click==8.1.8
99
easykube==0.5.0
1010
exceptiongroup==1.2.2
11-
frozenlist==1.5.0
11+
frozenlist==1.6.0
1212
h11==0.16.0
1313
httpcore==1.0.9
1414
httpx==0.28.1
1515
idna==3.10
1616
iso8601==2.1.0
17-
kopf==1.37.4
18-
multidict==6.1.0
17+
kopf==1.37.5
18+
multidict==6.4.3
1919
propcache==0.3.1
2020
python-json-logger==3.3.0
2121
PyYAML==6.0.2
2222
sniffio==1.3.1
23-
typing_extensions==4.12.2
24-
yarl==1.18.3
23+
typing_extensions==4.13.2
24+
yarl==1.20.0

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
hacking>=6.1.0,<7.1 # Apache-2.0
22

3-
ruff~=0.11.7
3+
ruff~=0.11.8
44
coverage>=4.0,!=4.4 # Apache-2.0
55
stestr>=4.2.0 # Apache-2.0
66
codespell

0 commit comments

Comments
 (0)