From 8a0527373463ad0f9f3a3010ca10aaee44fdc048 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 May 2025 09:06:00 +0000 Subject: [PATCH] pip: bump the pip-updates group with 2 updates Updates the requirements on [ruff](https://github.com/astral-sh/ruff) and [exceptiongroup](https://github.com/agronholm/exceptiongroup) to permit the latest version. Updates `ruff` to 0.11.9 - [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.8...0.11.9) Updates `exceptiongroup` from 1.2.2 to 1.3.0 - [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.2.2...1.3.0) --- updated-dependencies: - dependency-name: ruff dependency-version: 0.11.9 dependency-type: direct:production dependency-group: pip-updates - dependency-name: exceptiongroup dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor 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 9ae3afb..8761479 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ attrs==25.3.0 certifi==2025.4.26 click==8.1.8 easykube==0.6.0 -exceptiongroup==1.2.2 +exceptiongroup==1.3.0 frozenlist==1.6.0 h11==0.16.0 httpcore==1.0.9 diff --git a/test-requirements.txt b/test-requirements.txt index 57a4796..d43854d 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,6 +1,6 @@ hacking>=6.1.0,<7.1 # Apache-2.0 -ruff~=0.11.8 +ruff~=0.11.9 coverage>=4.0,!=4.4 # Apache-2.0 stestr>=4.2.0 # Apache-2.0 codespell