From 9d023ff63b28a007154c4d8ba450bcca9de94b28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 21:05:45 +0000 Subject: [PATCH] pip: bump the pip-updates group across 1 directory with 6 updates Updates the requirements on [aiohttp](https://github.com/aio-libs/aiohttp), [anyio](https://github.com/agronholm/anyio), [certifi](https://github.com/certifi/python-certifi), [yarl](https://github.com/aio-libs/yarl), [ruff](https://github.com/astral-sh/ruff) and [coverage](https://github.com/coveragepy/coveragepy) to permit the latest version. Updates `aiohttp` from 3.14.1 to 3.14.2 - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/aiohttp/compare/v3.14.1...v3.14.2) Updates `anyio` from 4.14.1 to 4.14.2 - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](https://github.com/agronholm/anyio/compare/4.14.1...4.14.2) Updates `certifi` from 2026.6.17 to 2026.7.22 - [Commits](https://github.com/certifi/python-certifi/compare/2026.06.17...2026.07.22) Updates `yarl` from 1.24.2 to 1.24.5 - [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/yarl/compare/v1.24.2...v1.24.5) Updates `ruff` to 0.15.22 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.20...0.15.22) Updates `coverage` to 7.15.2 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.15.0...7.15.2) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-updates - dependency-name: anyio dependency-version: 4.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-updates - dependency-name: certifi dependency-version: 2026.7.22 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: yarl dependency-version: 1.24.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-updates - dependency-name: ruff dependency-version: 0.15.22 dependency-type: direct:production dependency-group: pip-updates - dependency-name: coverage dependency-version: 7.15.2 dependency-type: direct:production dependency-group: pip-updates ... Signed-off-by: dependabot[bot] --- operator/requirements.txt | 8 ++++---- operator/test-requirements.txt | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/operator/requirements.txt b/operator/requirements.txt index 7113c588..afd3075c 100644 --- a/operator/requirements.txt +++ b/operator/requirements.txt @@ -1,11 +1,11 @@ aiohappyeyeballs==2.7.1 -aiohttp==3.14.1 +aiohttp==3.14.2 aiosignal==1.4.0 annotated-types==0.7.0 -anyio==4.14.1 +anyio==4.14.2 async-timeout==5.0.1 attrs==26.1.0 -certifi==2026.6.17 +certifi==2026.7.22 cffi==2.1.0 click==8.4.2 configomatic==0.4.0 @@ -30,4 +30,4 @@ python-json-logger==4.1.0 PyYAML==6.0.3 sniffio==1.3.1 typing_extensions==4.16.0 -yarl==1.24.2 +yarl==1.24.5 diff --git a/operator/test-requirements.txt b/operator/test-requirements.txt index b7a14c42..a26f51b1 100644 --- a/operator/test-requirements.txt +++ b/operator/test-requirements.txt @@ -1,5 +1,5 @@ -ruff~=0.15.20 -coverage!=4.4,>=7.15.0 # Apache-2.0 +ruff~=0.15.22 +coverage!=4.4,>=7.15.2 # Apache-2.0 python-subunit>=1.4.6 # Apache-2.0/BSD stestr>=4.2.1 # Apache-2.0 testtools>=2.9.1 # MIT