From 01a79c07632b086ec0c802757993adc375c4c35b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 21:04:31 +0000 Subject: [PATCH] pip: bump the pip-updates group across 1 directory with 3 updates Updates the requirements on [ruff](https://github.com/astral-sh/ruff), [coverage](https://github.com/coveragepy/coveragepy) and [charset-normalizer](https://github.com/jawah/charset_normalizer) 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 `charset-normalizer` from 3.4.8 to 3.4.9 - [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.8...3.4.9) --- 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: charset-normalizer dependency-version: 3.4.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-updates ... Signed-off-by: dependabot[bot] --- client/requirements.txt | 2 +- client/test-requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/requirements.txt b/client/requirements.txt index 59df2ce1..78d75e1e 100644 --- a/client/requirements.txt +++ b/client/requirements.txt @@ -1,6 +1,6 @@ annotated-types==0.7.0 certifi==2026.6.17 -charset-normalizer==3.4.8 +charset-normalizer==3.4.9 click==8.4.2 configomatic==0.4.0 idna==3.18 diff --git a/client/test-requirements.txt b/client/test-requirements.txt index b7a14c42..6c773390 100644 --- a/client/test-requirements.txt +++ b/client/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