Skip to content

Commit

Permalink
Update kubernetes requirement from ~=26.1.0 to ~=27.2.0 (#52)
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@v26.1.0...v27.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 31, 2023
1 parent e598eee commit bb20d96
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 @@ -42,7 +42,7 @@ dependencies = [
'boto3~=1.26',
'botocore~=1.29',
'click~=8.1',
'kubernetes~=26.1.0',
'kubernetes~=27.2.0',
'requests~=2.28',
]
dynamic = ['entry-points', 'scripts', 'version']
Expand Down

0 comments on commit bb20d96

Please sign in to comment.