From e3205188d1242de1e944f8139dd9fefdcead2229 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 19 Feb 2021 20:23:48 +0000 Subject: [PATCH] chore(deps): update dependency django to v3.1.7 --- appengine/standard_python3/django/requirements.txt | 2 +- run/django/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appengine/standard_python3/django/requirements.txt b/appengine/standard_python3/django/requirements.txt index 45b31a353f5..b7026034088 100644 --- a/appengine/standard_python3/django/requirements.txt +++ b/appengine/standard_python3/django/requirements.txt @@ -1,2 +1,2 @@ -Django==3.1.6 +Django==3.1.7 PyMySQL==1.0.2 diff --git a/run/django/requirements.txt b/run/django/requirements.txt index f81b42428d9..64165ae6b2a 100644 --- a/run/django/requirements.txt +++ b/run/django/requirements.txt @@ -1,4 +1,4 @@ -Django==3.1.6 +Django==3.1.7 django-storages[google]==1.11.1 django-environ==0.4.5 psycopg2-binary==2.8.6