Skip to content

Commit bd3c61d

Browse files
authored
chore(deps): update dependency django to v3.2.6 (GoogleCloudPlatform#6506)
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Django](https://www.djangoproject.com/) ([source](https://togithub.com/django/django), [changelog](https://togithub.com/django/django/tree/master/docs/releases)) | `==3.2.5` -> `==3.2.6` | [![age](https://badges.renovateapi.com/packages/pypi/Django/3.2.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/pypi/Django/3.2.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/pypi/Django/3.2.6/compatibility-slim/3.2.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/pypi/Django/3.2.6/confidence-slim/3.2.5)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Never, or you tick the rebase/retry checkbox. 🔕 **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 c68fd4a commit bd3c61d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

appengine/flexible/django_cloudsql/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==3.2.5
1+
Django==3.2.6
22
gunicorn==20.1.0
33
psycopg2-binary==2.9.1
44
django-environ==0.4.5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==3.2.5
1+
Django==3.2.6
22
django-environ==0.4.5
33
psycopg2-binary==2.9.1
44
google-cloud-secret-manager==2.6.0

kubernetes_engine/django_tutorial/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==3.2.5
1+
Django==3.2.6
22
# Uncomment the mysqlclient requirement if you are using MySQL rather than
33
# PostgreSQL. You must also have a MySQL client installed in that case.
44
#mysqlclient==1.4.1

run/django/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Django==3.2.5
1+
Django==3.2.6
22
django-storages[google]==1.11.1
33
django-environ==0.4.5
44
psycopg2-binary==2.9.1

0 commit comments

Comments
 (0)