From 903e34ec725500c50f9c624e97b33db7dc580cdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 08:18:53 +0000 Subject: [PATCH] pip: bump the pip-updates group 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.4.4 to 6.5.0 - [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.4.4...v6.5.0) Updates `ruff` to 0.12.0 - [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.11.13...0.12.0) --- updated-dependencies: - dependency-name: multidict dependency-version: 6.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: ruff dependency-version: 0.12.0 dependency-type: direct:production dependency-group: pip-updates ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- test-requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9fc2c33..51c6f0c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ httpx==0.28.1 idna==3.10 iso8601==2.1.0 kopf==1.38.0 -multidict==6.4.4 +multidict==6.5.0 propcache==0.3.2 python-json-logger==3.3.0 PyYAML==6.0.2 diff --git a/test-requirements.txt b/test-requirements.txt index c1dc19f..d75fd6b 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -ruff~=0.11.13 +ruff~=0.12.0 coverage>=4.0,!=4.4 # Apache-2.0 stestr>=4.2.0 # Apache-2.0 codespell