Skip to content

Commit 6e449e5

Browse files
authored
chore(deps): update dependency wheel to v0.36.1 (GoogleCloudPlatform#5037)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [wheel](https://togithub.com/pypa/wheel) ([changelog](https://wheel.readthedocs.io/en/stable/news.html)) | patch | `==0.36.0` -> `==0.36.1` | --- ### Release Notes <details> <summary>pypa/wheel</summary> ### [`v0.36.1`](https://togithub.com/pypa/wheel/compare/0.36.0...0.36.1) [Compare Source](https://togithub.com/pypa/wheel/compare/0.36.0...0.36.1) </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#github/GoogleCloudPlatform/python-docs-samples).
1 parent dfaed8c commit 6e449e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Django==3.0.2; python_version > '3.5'
22
Django==2.2.9; python_version == '3.5'
33
# mysqlclient==1.4.1 # Uncomment this line if using MySQL
4-
wheel==0.36.0
4+
wheel==0.36.1
55
gunicorn==20.0.4
66
#psycopg2==2.8.4 # uncomment if you prefer to build from source
77
psycopg2-binary==2.8.6

kubernetes_engine/django_tutorial/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Django==1.11.28;python_version < '3.0'
44
# Uncomment the mysqlclient requirement if you are using MySQL rather than
55
# PostgreSQL. You must also have a MySQL client installed in that case.
66
#mysqlclient==1.4.1
7-
wheel==0.36.0
7+
wheel==0.36.1
88
gunicorn==20.0.4; python_version > '3.0'
99
gunicorn==19.10.0; python_version < '3.0'
1010
# psycopg2==2.8.4 # uncomment if you prefer to build from source

0 commit comments

Comments
 (0)