From cfe8553471369dd2756a4e205de60f8433405e88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 22:22:13 +0000 Subject: [PATCH] Bump django Bumps [django](https://github.com/django/django) from 5.1.4 to 5.1.5. - [Commits](https://github.com/django/django/compare/5.1.4...5.1.5) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../appengine/flexible/hello_world_django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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