Skip to content

Commit

Permalink
Update kubernetes requirement from ~=30.1.0 to ~=31.0.0 (#117)
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@v30.1.0...v31.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent da08f87 commit 4aa6708
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 @@ -43,7 +43,7 @@ dependencies = [
'boto3~=1.26',
'botocore~=1.29',
'click~=8.1',
'kubernetes~=30.1.0',
'kubernetes~=31.0.0',
'requests~=2.28',
]
dynamic = ['entry-points', 'scripts', 'version']
Expand Down

0 comments on commit 4aa6708

Please sign in to comment.