Skip to content

Commit

Permalink
Update kubernetes requirement from <31,>=25.3.0 to >=25.3.0,<32
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...v31.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 20, 2024
1 parent c11b631 commit a85d1ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
"deepdiff>=5.0.2,<8",
"jsonpatch>=1.26,<2",
"semver>=2.13.0,<4",
"kubernetes>=25.3.0,<31",
"kubernetes>=25.3.0,<32",
# Until https://github.com/libgit2/pygit2/issues/1292 is resolved
"pygit2>=1.12.0,<1.15",
]
Expand Down

0 comments on commit a85d1ef

Please sign in to comment.