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