Skip to content

Commit

Permalink
Update kubernetes requirement from <30.0.0,>=24.2.0 to >=24.2.0,<31.0.0
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@v24.2.0...v30.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 11, 2024
1 parent f89001a commit 95a94ae
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
Expand Up @@ -13,7 +13,7 @@ griffe >= 0.20.0
jinja2 >= 3.0.0, < 4.0.0
jinja2-humanize-extension >= 0.4.0
humanize >= 4.9.0
kubernetes >= 24.2.0, < 30.0.0
kubernetes >= 24.2.0, < 31.0.0
pytz >= 2021.1, < 2025
readchar >= 4.0.0, < 5.0.0
sqlalchemy[asyncio] >= 2.0, < 3.0.0
Expand Down

0 comments on commit 95a94ae

Please sign in to comment.