diff --git a/appengine/flexible/django_cloudsql/requirements.txt b/appengine/flexible/django_cloudsql/requirements.txt index 9a0c5b1bc90d..5beb8a6f4c0c 100644 --- a/appengine/flexible/django_cloudsql/requirements.txt +++ b/appengine/flexible/django_cloudsql/requirements.txt @@ -1,6 +1,6 @@ Django==3.2.7 gunicorn==20.1.0 psycopg2-binary==2.9.1 -django-environ==0.6.0 +django-environ==0.7.0 google-cloud-secret-manager==2.7.1 django-storages[google]==1.11.1 \ No newline at end of file diff --git a/appengine/standard_python3/django/requirements.txt b/appengine/standard_python3/django/requirements.txt index 30b437bc9a9e..598f408ec9d8 100644 --- a/appengine/standard_python3/django/requirements.txt +++ b/appengine/standard_python3/django/requirements.txt @@ -1,4 +1,4 @@ Django==3.2.7 -django-environ==0.6.0 +django-environ==0.7.0 psycopg2-binary==2.9.1 google-cloud-secret-manager==2.7.1 \ No newline at end of file diff --git a/run/django/requirements.txt b/run/django/requirements.txt index 1e4bad0f798d..ddce515354b7 100644 --- a/run/django/requirements.txt +++ b/run/django/requirements.txt @@ -1,6 +1,6 @@ Django==3.2.7 django-storages[google]==1.11.1 -django-environ==0.6.0 +django-environ==0.7.0 psycopg2-binary==2.9.1 gunicorn==20.1.0 google-cloud-secret-manager==2.7.1