diff --git a/appengine/flexible/django_cloudsql/requirements.txt b/appengine/flexible/django_cloudsql/requirements.txt index 0ecb6410c41..077b23ac2d7 100644 --- a/appengine/flexible/django_cloudsql/requirements.txt +++ b/appengine/flexible/django_cloudsql/requirements.txt @@ -1,4 +1,4 @@ -Django==3.2.9 +Django==3.2.10 gunicorn==20.1.0 psycopg2-binary==2.9.2 django-environ==0.8.1 diff --git a/appengine/standard_python3/django/requirements.txt b/appengine/standard_python3/django/requirements.txt index 959292d1ee8..21bf446a056 100644 --- a/appengine/standard_python3/django/requirements.txt +++ b/appengine/standard_python3/django/requirements.txt @@ -1,4 +1,4 @@ -Django==3.2.9 +Django==3.2.10 django-environ==0.8.1 psycopg2-binary==2.9.2 google-cloud-secret-manager==2.8.0 \ No newline at end of file diff --git a/kubernetes_engine/django_tutorial/requirements.txt b/kubernetes_engine/django_tutorial/requirements.txt index e639e41a238..ccc09c6ca9f 100644 --- a/kubernetes_engine/django_tutorial/requirements.txt +++ b/kubernetes_engine/django_tutorial/requirements.txt @@ -1,4 +1,4 @@ -Django==3.2.9 +Django==3.2.10 # Uncomment the mysqlclient requirement if you are using MySQL rather than # PostgreSQL. You must also have a MySQL client installed in that case. #mysqlclient==1.4.1 diff --git a/run/django/requirements.txt b/run/django/requirements.txt index 0c8b54416e6..d1bfe800865 100644 --- a/run/django/requirements.txt +++ b/run/django/requirements.txt @@ -1,4 +1,4 @@ -Django==3.2.9 +Django==3.2.10 django-storages[google]==1.12.3 django-environ==0.8.1 psycopg2-binary==2.9.2