Skip to content

Commit 51a66f9

Browse files
authored
chore(deps): update dependency django to v3.0.8 (#4219)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [Django](https://www.djangoproject.com/) ([source](https://togithub.com/django/django), [changelog](https://togithub.com/django/django/tree/master/docs/releases)) | patch | `==3.0.7` -> `==3.0.8` | | [Django](https://www.djangoproject.com/) ([source](https://togithub.com/django/django), [changelog](https://togithub.com/django/django/tree/master/docs/releases)) | major | `==1.11.29` -> `==3.0.8` | --- ### Release Notes <details> <summary>django/django</summary> ### [`v3.0.8`](https://togithub.com/django/django/compare/3.0.7...3.0.8) [Compare Source](https://togithub.com/django/django/compare/3.0.7...3.0.8) </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 these updates 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 22788da commit 51a66f9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
PyMySQL==0.9.3
2-
Django==1.11.29 # needs to stay under 2.0.0 for Python 2 support
2+
Django==1.11.29; python_version < '3.0' # needs to stay under 2.0.0 for Python 2 support
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Django==3.0.7
1+
Django==3.0.8
22
PyMySQL==0.9.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Django==3.0.7
1+
Django==3.0.8
22
PyMySQL==0.9.3

0 commit comments

Comments
 (0)