From 50146f6a72f51b8ae9f6aa0a409c095117475a58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 23:15:15 +0000 Subject: [PATCH] chore(deps): bump django in /kubernetes_engine/django_tutorial 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] --- kubernetes_engine/django_tutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubernetes_engine/django_tutorial/requirements.txt b/kubernetes_engine/django_tutorial/requirements.txt index df3b50126a0..f91c910980e 100644 --- a/kubernetes_engine/django_tutorial/requirements.txt +++ b/kubernetes_engine/django_tutorial/requirements.txt @@ -1,4 +1,4 @@ -Django==6.0.1; python_version >= "3.12" +Django==6.0.5; python_version >= "3.12" # 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