Skip to content

Commit

Permalink
Update kubernetes requirement
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@v25.3.0...v32.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 5d552ea commit e007195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Jinja2>=3.1.2
kubernetes>=25.3.0,<=29.0.0
kubernetes>=25.3.0,<=32.0.0
PyYAML>=6.0.0,<=6.0.1
requests==2.32.2
tabulate>=0.8.9,<=0.9.0
Expand Down

0 comments on commit e007195

Please sign in to comment.