From 7bbfcec168401f485456e2215ab85a6754b6874a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 13 May 2021 08:54:56 +0000 Subject: [PATCH] chore(deps): update dependency django to v3.2.3 --- 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 b3d13abfbb4..16328498671 100644 --- a/appengine/standard_python3/django/requirements.txt +++ b/appengine/standard_python3/django/requirements.txt @@ -1,2 +1,2 @@ -Django==3.2.2 +Django==3.2.3 PyMySQL==1.0.2 diff --git a/run/django/requirements.txt b/run/django/requirements.txt index ce0cbdbd0a7..00eacafc875 100644 --- a/run/django/requirements.txt +++ b/run/django/requirements.txt @@ -1,4 +1,4 @@ -Django==3.2.2 +Django==3.2.3 django-storages[google]==1.11.1 django-environ==0.4.5 psycopg2-binary==2.8.6