From ce4c9844e8a9d66610bb3944edc0f6e37fcb046d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 21:05:37 +0000 Subject: [PATCH] pip: bump the pip-updates group across 1 directory with 4 updates Updates the requirements on [certifi](https://github.com/certifi/python-certifi), [charset-normalizer](https://github.com/jawah/charset_normalizer), [ruff](https://github.com/astral-sh/ruff) and [black](https://github.com/psf/black) to permit the latest version. Updates `certifi` from 2026.1.4 to 2026.2.25 - [Commits](https://github.com/certifi/python-certifi/compare/2026.01.04...2026.02.25) Updates `charset-normalizer` from 3.4.4 to 3.4.5 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.4...3.4.5) Updates `ruff` to 0.15.5 - [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.0...0.15.5) Updates `black` to 26.3.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/26.1.0...26.3.0) --- updated-dependencies: - dependency-name: certifi dependency-version: 2026.2.25 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: charset-normalizer dependency-version: 3.4.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-updates - dependency-name: ruff dependency-version: 0.15.5 dependency-type: direct:production dependency-group: pip-updates - dependency-name: black dependency-version: 26.3.0 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 dcac6744..77824ab2 100644 --- a/sshd/requirements.txt +++ b/sshd/requirements.txt @@ -1,8 +1,8 @@ annotated-types==0.7.0 anyio==4.12.1 -certifi==2026.1.4 +certifi==2026.2.25 cffi==2.0.0 -charset-normalizer==3.4.4 +charset-normalizer==3.4.5 click==8.3.1 configomatic==0.4.0 cryptography==46.0.5 diff --git a/sshd/test-requirements.txt b/sshd/test-requirements.txt index 288c49ef..3a86c765 100644 --- a/sshd/test-requirements.txt +++ b/sshd/test-requirements.txt @@ -1,4 +1,4 @@ -ruff~=0.15.0 +ruff~=0.15.5 coverage>=4.0,!=4.4 # Apache-2.0 python-subunit>=0.0.18 # Apache-2.0/BSD stestr>=1.0.0 # Apache-2.0 @@ -8,4 +8,4 @@ autopep8 mypy types-PyYAML types-setuptools -black~=26.1.0 \ No newline at end of file +black~=26.3.0 \ No newline at end of file