From cbc80c2c0a02b4030a0e22211bebfb3a140bec0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 00:25:46 +0000 Subject: [PATCH] pip: bump the pip-updates group across 1 directory with 4 updates Updates the requirements on [ruff](https://github.com/astral-sh/ruff), [coverage](https://github.com/coveragepy/coveragepy), [anyio](https://github.com/agronholm/anyio) and [cffi](https://github.com/python-cffi/cffi) to permit the latest version. Updates `ruff` to 0.15.21 - [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.21) Updates `coverage` to 7.15.1 - [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.1) 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 `cffi` from 2.0.0 to 2.1.0 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](https://github.com/python-cffi/cffi/compare/v2.0.0...v2.1.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.15.21 dependency-type: direct:production dependency-group: pip-updates - dependency-name: coverage dependency-version: 7.15.1 dependency-type: direct:production 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: cffi dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- test-requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 06c0ea5d..8b5ad550 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,11 +2,11 @@ aiohappyeyeballs==2.7.1 aiohttp==3.14.1 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 -cffi==2.0.0 +cffi==2.1.0 click==8.4.2 cryptography==49.0.0 easykube==0.6.0 diff --git a/test-requirements.txt b/test-requirements.txt index c22a901b..ec5f424d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ -ruff~=0.15.20 -coverage!=4.4,>=7.15.0 # Apache-2.0 +ruff~=0.15.21 +coverage!=4.4,>=7.15.1 # Apache-2.0 python-subunit>=1.4.6 # Apache-2.0/BSD stestr>=4.2.1 # Apache-2.0 testtools>=2.9.1 # MIT