Skip to content

Commit 104bce5

Browse files
pip: bump the pip-updates group across 1 directory with 3 updates (#191)
Updates the requirements on [ruff](https://github.com/astral-sh/ruff), [exceptiongroup](https://github.com/agronholm/exceptiongroup) and [kopf](https://github.com/nolar/kopf) 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) Updates `kopf` from 1.37.5 to 1.38.0 - [Release notes](https://github.com/nolar/kopf/releases) - [Commits](nolar/kopf@1.37.5...1.38.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 - dependency-name: kopf dependency-version: 1.38.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 055ed90 commit 104bce5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ 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
1414
httpx==0.28.1
1515
idna==3.10
1616
iso8601==2.1.0
17-
kopf==1.37.5
17+
kopf==1.38.0
1818
multidict==6.4.3
1919
propcache==0.3.1
2020
python-json-logger==3.3.0

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)