Skip to content

Commit d95a3f6

Browse files
authored
chore(deps): update dependency kubernetes to v10.1.0 (#3178)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [kubernetes](https://github.com/kubernetes-client/python) | minor | `==10.0.1` -> `==10.1.0` | --- ### Release Notes <details> <summary>kubernetes-client/python</summary> ### [`v10.1.0`](https://github.com/kubernetes-client/python/releases/v10.1.0) [Compare Source](https://github.com/kubernetes-client/python/compare/v10.0.1...v10.1.0) Getting started: ```bash pip install kubernetes==10.1.0 ``` Or from source, download attached zip file, then ```bash unzip client-python-10.1.0.zip cd client-python-10.1.0 python setup.py install ``` Then follow examples in <https://github.com/kubernetes-client/python/tree/release-10.0/examples> Changelog: <https://github.com/kubernetes-client/python/blob/release-10.0/CHANGELOG.md> </details> --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/python-docs-samples).
1 parent b027052 commit d95a3f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer/workflows/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apache-airflow[gcp]==1.10.6
2-
kubernetes==10.0.1
2+
kubernetes==10.1.0
33
scipy==1.4.1; python_version > '3.0'
44
scipy==1.2.3; python_version < '3.0'
55
numpy==1.17.4; python_version > '3.0'

0 commit comments

Comments
 (0)