diff --git a/csit-exercise/python-docs-samples-main/appengine/flexible/hello_world_django/requirements.txt b/csit-exercise/python-docs-samples-main/appengine/flexible/hello_world_django/requirements.txt index 7f041f92..7c5425b5 100644 --- a/csit-exercise/python-docs-samples-main/appengine/flexible/hello_world_django/requirements.txt +++ b/csit-exercise/python-docs-samples-main/appengine/flexible/hello_world_django/requirements.txt @@ -1,4 +1,4 @@ -Django==5.1.4; python_version >= "3.10" +Django==5.1.5; python_version >= "3.10" Django==4.2.17; python_version >= "3.8" and python_version < "3.10" Django==3.2.25; python_version < "3.8" gunicorn==22.0.0