From 558a7f1b87a8acb47b00129502980cf15fc0b5e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 10:59:21 +0000 Subject: [PATCH] pip: bump the pip-updates group with 3 updates Updates the requirements on [idna](https://github.com/kjd/idna), [propcache](https://github.com/aio-libs/propcache) and [coverage](https://github.com/coveragepy/coveragepy) to permit the latest version. Updates `idna` from 3.13 to 3.14 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.13...v3.14) Updates `propcache` from 0.4.1 to 0.5.2 - [Release notes](https://github.com/aio-libs/propcache/releases) - [Changelog](https://github.com/aio-libs/propcache/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/propcache/compare/v0.4.1...v0.5.2) Updates `coverage` to 7.14.0 - [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.13.5...7.14.0) --- updated-dependencies: - dependency-name: idna dependency-version: '3.14' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: propcache dependency-version: 0.5.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: coverage dependency-version: 7.14.0 dependency-type: direct:production dependency-group: pip-updates ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- test-requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 60d2218..e949c4c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,11 +12,11 @@ frozenlist==1.8.0 h11==0.16.0 httpcore==1.0.9 httpx==0.28.1 -idna==3.13 +idna==3.14 iso8601==2.1.0 kopf==1.44.5 multidict==6.7.1 -propcache==0.4.1 +propcache==0.5.2 python-json-logger==4.1.0 PyYAML==6.0.3 sniffio==1.3.1 diff --git a/test-requirements.txt b/test-requirements.txt index eedab64..192dabd 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,5 @@ ruff~=0.15.12 -coverage!=4.4,>=7.13.5 # Apache-2.0 +coverage!=4.4,>=7.14.0 # Apache-2.0 stestr>=4.2.1 # Apache-2.0 codespell types-PyYAML