From 17dd08c0ee64baef49c85d53f444d94dceb2326d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 08:18:28 +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), [click](https://github.com/pallets/click), [exceptiongroup](https://github.com/agronholm/exceptiongroup) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `certifi` from 2025.10.5 to 2025.11.12 - [Commits](https://github.com/certifi/python-certifi/compare/2025.10.05...2025.11.12) Updates `click` from 8.3.0 to 8.3.1 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/click/compare/8.3.0...8.3.1) Updates `exceptiongroup` from 1.3.0 to 1.3.1 - [Release notes](https://github.com/agronholm/exceptiongroup/releases) - [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst) - [Commits](https://github.com/agronholm/exceptiongroup/compare/1.3.0...1.3.1) Updates `ruff` to 0.14.6 - [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.4...0.14.6) --- updated-dependencies: - dependency-name: certifi dependency-version: 2025.11.12 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: click dependency-version: 8.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-updates - dependency-name: exceptiongroup dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-updates - dependency-name: ruff dependency-version: 0.14.6 dependency-type: direct:production dependency-group: pip-updates ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 +++--- test-requirements.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4b9faea..96ebe71 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,10 +4,10 @@ aiosignal==1.4.0 anyio==4.11.0 async-timeout==5.0.1 attrs==25.4.0 -certifi==2025.10.5 -click==8.3.0 +certifi==2025.11.12 +click==8.3.1 easykube==0.6.0 -exceptiongroup==1.3.0 +exceptiongroup==1.3.1 frozenlist==1.8.0 h11==0.16.0 httpcore==1.0.9 diff --git a/test-requirements.txt b/test-requirements.txt index 2602628..0932b8c 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,4 +1,4 @@ -ruff~=0.14.4 +ruff~=0.14.6 coverage>=4.0,!=4.4 # Apache-2.0 stestr>=4.2.0 # Apache-2.0 codespell