Skip to content

Commit

Permalink
Update kubernetes requirement from <22,>=12.0.1 to >=12.0.1,<29
Browse files Browse the repository at this point in the history
Updates the requirements on [kubernetes](https://github.com/kubernetes-client/python) to permit the latest version.
- [Release notes](https://github.com/kubernetes-client/python/releases)
- [Changelog](https://github.com/kubernetes-client/python/blob/master/CHANGELOG.md)
- [Commits](kubernetes-client/python@v12.0.1...v28.1.0)

---
updated-dependencies:
- dependency-name: kubernetes
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 19, 2023
1 parent ca1b9ce commit 67337c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-kubernetes.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kubernetes>=12.0.1, <22
kubernetes>=12.0.1, <29
# Nobody ever published stubs that support Python back to before 3.9, until
# version 22.6.0 of the Kubernetes module. So we have to use the mismatched
# stubs.
Expand Down

0 comments on commit 67337c7

Please sign in to comment.