Skip to content

Commit

Permalink
chore(deps): update dependency django to v3.0.8 (#4219)
Browse files Browse the repository at this point in the history
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).
  • Loading branch information
renovate-bot authored Jul 1, 2020
1 parent 22788da commit 51a66f9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appengine/standard/django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
PyMySQL==0.9.3
Django==1.11.29 # needs to stay under 2.0.0 for Python 2 support
Django==1.11.29; python_version < '3.0' # needs to stay under 2.0.0 for Python 2 support
2 changes: 1 addition & 1 deletion appengine/standard_python3/django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django==3.0.7
Django==3.0.8
PyMySQL==0.9.3
2 changes: 1 addition & 1 deletion appengine/standard_python37/django/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Django==3.0.7
Django==3.0.8
PyMySQL==0.9.3

0 comments on commit 51a66f9

Please sign in to comment.