Skip to content

Commit 8a05273

Browse files
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](astral-sh/ruff@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](agronholm/exceptiongroup@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] <[email protected]>
1 parent 055ed90 commit 8a05273

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ attrs==25.3.0
77
certifi==2025.4.26
88
click==8.1.8
99
easykube==0.6.0
10-
exceptiongroup==1.2.2
10+
exceptiongroup==1.3.0
1111
frozenlist==1.6.0
1212
h11==0.16.0
1313
httpcore==1.0.9

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
hacking>=6.1.0,<7.1 # Apache-2.0
22

3-
ruff~=0.11.8
3+
ruff~=0.11.9
44
coverage>=4.0,!=4.4 # Apache-2.0
55
stestr>=4.2.0 # Apache-2.0
66
codespell

0 commit comments

Comments
 (0)