From dac3bd2b0d575da4ab8b4616876149be168ec4ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 May 2026 01:37:33 +0000 Subject: [PATCH] chore(deps): bump django in /appengine/flexible/hello_world_django Bumps [django](https://github.com/django/django) from 6.0.1 to 6.0.5. - [Commits](https://github.com/django/django/compare/6.0.1...6.0.5) --- updated-dependencies: - dependency-name: django dependency-version: 6.0.5 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/appengine/flexible/hello_world_django/requirements.txt b/appengine/flexible/hello_world_django/requirements.txt index a7f029a554d..c5f14c7e33d 100644 --- a/appengine/flexible/hello_world_django/requirements.txt +++ b/appengine/flexible/hello_world_django/requirements.txt @@ -1,2 +1,2 @@ -Django==6.0.1; python_version >= "3.12" +Django==6.0.5; python_version >= "3.12" gunicorn==23.0.0