From 4e76a7a5a9143af55151ac60546249f93234729e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 21:06:18 +0000 Subject: [PATCH] pip: bump the pip-updates group across 1 directory with 2 updates Updates the requirements on [multidict](https://github.com/aio-libs/multidict) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `multidict` from 6.7.0 to 6.7.1 - [Release notes](https://github.com/aio-libs/multidict/releases) - [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/multidict/compare/v6.7.0...v6.7.1) Updates `ruff` to 0.14.14 - [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.14.13...0.14.14) --- updated-dependencies: - dependency-name: multidict dependency-version: 6.7.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-updates - dependency-name: ruff dependency-version: 0.14.14 dependency-type: direct:production dependency-group: pip-updates ... Signed-off-by: dependabot[bot] --- sync/requirements.txt | 2 +- sync/test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sync/requirements.txt b/sync/requirements.txt index be7e68e4..c2a7e6a5 100644 --- a/sync/requirements.txt +++ b/sync/requirements.txt @@ -17,7 +17,7 @@ httpcore==1.0.9 httpx==0.28.1 idna==3.11 kube-custom-resource==0.6.1 -multidict==6.7.0 +multidict==6.7.1 propcache==0.4.1 pydantic==2.12.5 pyhelm3==0.4.0 diff --git a/sync/test-requirements.txt b/sync/test-requirements.txt index a2369a37..2478a64c 100644 --- a/sync/test-requirements.txt +++ b/sync/test-requirements.txt @@ -1,4 +1,4 @@ -ruff~=0.14.13 +ruff~=0.15.1 coverage>=4.0,!=4.4 # Apache-2.0 python-subunit>=0.0.18 # Apache-2.0/BSD stestr>=1.0.0 # Apache-2.0