diff --git a/kubernetes_engine/django_tutorial/requirements.txt b/kubernetes_engine/django_tutorial/requirements.txt index bf122e234616..20cbf02910a8 100644 --- a/kubernetes_engine/django_tutorial/requirements.txt +++ b/kubernetes_engine/django_tutorial/requirements.txt @@ -1,5 +1,5 @@ -Django==4.0.6; python_version >= '3.8' -Django==3.2.14; python_version < '3.8' +Django==4.0.7; python_version >= '3.8' +Django==3.2.15; python_version < '3.8' # 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