Skip to content

Commit

Permalink
Update kubernetes requirement from <=19,>=12.0.1 to >=12.0.1,<22 (Dat…
Browse files Browse the repository at this point in the history
…aBiosphere#3964)

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...v21.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2021
1 parent 952e58b commit 537aef4
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,3 +1,3 @@
kubernetes>=12.0.1, <=19
kubernetes>=12.0.1, <22
idna>=2
# Kubernetes's urllib3 can mange to use idna without really depending on it.

0 comments on commit 537aef4

Please sign in to comment.