Skip to content

Commit e3a7887

Browse files
pip: bump the pip-updates group across 1 directory with 3 updates (#353)
Updates the requirements on [cryptography](https://github.com/pyca/cryptography), [kopf](https://github.com/nolar/kopf) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `cryptography` from 46.0.3 to 46.0.4 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@46.0.3...46.0.4) Updates `kopf` from 1.41.0 to 1.42.4 - [Release notes](https://github.com/nolar/kopf/releases) - [Commits](nolar/kopf@1.41.0...1.42.4) Updates `ruff` to 0.15.0 - [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.14.14...0.15.0) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-updates - dependency-name: kopf dependency-version: 1.42.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-updates - dependency-name: ruff dependency-version: 0.15.0 dependency-type: direct:production dependency-group: pip-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 66cc6df commit e3a7887

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
@@ -8,7 +8,7 @@ attrs==25.4.0
88
certifi==2026.1.4
99
cffi==2.0.0
1010
click==8.3.1
11-
cryptography==46.0.3
11+
cryptography==46.0.4
1212
easykube==0.6.0
1313
exceptiongroup==1.3.1
1414
frozenlist==1.8.0
@@ -17,7 +17,7 @@ httpcore==1.0.9
1717
httpx==0.28.1
1818
idna==3.11
1919
iso8601==2.1.0
20-
kopf==1.41.0
20+
kopf==1.42.4
2121
kube-custom-resource==0.6.1
2222
multidict==6.7.1
2323
pbr==7.0.3

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ruff~=0.14.14
1+
ruff~=0.15.0
22
coverage>=4.0,!=4.4 # Apache-2.0
33
python-subunit>=0.0.18 # Apache-2.0/BSD
44
stestr>=1.0.0 # Apache-2.0

0 commit comments

Comments
 (0)