From b12a1c22273bc370eff4dbe4c529e0fad9eba1f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 13:20:57 +0000 Subject: [PATCH] Upgrade: Bump the python group across 1 directory with 6 updates Bumps the python group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [aiohappyeyeballs](https://github.com/aio-libs/aiohappyeyeballs) | `2.6.1` | `2.7.1` | | [attrs](https://github.com/python-attrs/attrs) | `25.4.0` | `26.1.0` | | [idna](https://github.com/kjd/idna) | `3.11` | `3.18` | | [multidict](https://github.com/aio-libs/multidict) | `6.7.0` | `6.7.1` | | [propcache](https://github.com/aio-libs/propcache) | `0.4.1` | `0.5.2` | | [yarl](https://github.com/aio-libs/yarl) | `1.22.0` | `1.24.5` | Updates `aiohappyeyeballs` from 2.6.1 to 2.7.1 - [Release notes](https://github.com/aio-libs/aiohappyeyeballs/releases) - [Changelog](https://github.com/aio-libs/aiohappyeyeballs/blob/main/CHANGELOG.md) - [Commits](https://github.com/aio-libs/aiohappyeyeballs/compare/v2.6.1...v2.7.1) Updates `attrs` from 25.4.0 to 26.1.0 - [Release notes](https://github.com/python-attrs/attrs/releases) - [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.md) - [Commits](https://github.com/python-attrs/attrs/compare/25.4.0...26.1.0) Updates `idna` from 3.11 to 3.18 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.md) - [Commits](https://github.com/kjd/idna/compare/v3.11...v3.18) Updates `multidict` from 6.7.0 to 6.7.1 - [Release notes](https://github.com/aio-libs/multidict/releases) - [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/multidict/compare/v6.7.0...v6.7.1) Updates `propcache` from 0.4.1 to 0.5.2 - [Release notes](https://github.com/aio-libs/propcache/releases) - [Changelog](https://github.com/aio-libs/propcache/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/propcache/compare/v0.4.1...v0.5.2) Updates `yarl` from 1.22.0 to 1.24.5 - [Release notes](https://github.com/aio-libs/yarl/releases) - [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/yarl/compare/v1.22.0...v1.24.5) --- updated-dependencies: - dependency-name: aiohappyeyeballs dependency-version: 2.7.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: attrs dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python - dependency-name: idna dependency-version: '3.18' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: multidict dependency-version: 6.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: propcache dependency-version: 0.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: yarl dependency-version: 1.24.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python ... Signed-off-by: dependabot[bot] --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5ad98e6..ba3d57d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -aiohappyeyeballs==2.6.1 +aiohappyeyeballs==2.7.1 aiohttp==3.14.3 aiosignal==1.4.0 -attrs==25.4.0 +attrs==26.1.0 frozenlist==1.8.0 -idna==3.11 -multidict==6.7.0 -propcache==0.4.1 +idna==3.18 +multidict==6.7.1 +propcache==0.5.2 PyYAML==6.0.3 -yarl==1.22.0 +yarl==1.24.5