Skip to content

Commit

Permalink
Bump kubernetes from 28.1.0 to 29.0.0
Browse files Browse the repository at this point in the history
Bumps [kubernetes](https://github.com/kubernetes-client/python) from 28.1.0 to 29.0.0.
- [Release notes](https://github.com/kubernetes-client/python/releases)
- [Changelog](https://github.com/kubernetes-client/python/blob/master/CHANGELOG.md)
- [Commits](kubernetes-client/python@v28.1.0...v29.0.0)

---
updated-dependencies:
- dependency-name: kubernetes
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 15, 2024
1 parent 2d9370f commit 31262e2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ include = ["smol_k8s_lab/config/kind/kind_cluster_config.yaml",
bcrypt = "^4.0"
click = "^8.1"
cryptography = "^41.0.3"
kubernetes = "^28.1"
kubernetes = ">=28.1,<30.0"
minio = "^7.1.17"
pyfiglet = "^1.0.2"
pyjwt = "^2.8.0"
Expand Down

0 comments on commit 31262e2

Please sign in to comment.