From d7c0941dc4166ed8be2995ea7f951029bb354f5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 21:04:50 +0000 Subject: [PATCH] pip: bump the pip-updates group across 1 directory with 4 updates Updates the requirements on [anyio](https://github.com/agronholm/anyio), [certifi](https://github.com/certifi/python-certifi), [ruff](https://github.com/astral-sh/ruff) and [coverage](https://github.com/coveragepy/coveragepy) to permit the latest version. 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 `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: 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: 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] --- sshd/requirements.txt | 4 ++-- sshd/test-requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sshd/requirements.txt b/sshd/requirements.txt index 2dbf7f4b..f68ec6b6 100644 --- a/sshd/requirements.txt +++ b/sshd/requirements.txt @@ -1,6 +1,6 @@ annotated-types==0.7.0 -anyio==4.14.1 -certifi==2026.6.17 +anyio==4.14.2 +certifi==2026.7.22 cffi==2.1.0 charset-normalizer==3.4.9 click==8.4.2 diff --git a/sshd/test-requirements.txt b/sshd/test-requirements.txt index b7a14c42..a26f51b1 100644 --- a/sshd/test-requirements.txt +++ b/sshd/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