From 4b38924ae66e401f1da83f7739c5e2e6d94d3b35 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 1 Jan 2026 08:12:40 +0000 Subject: [PATCH] chore(deps): update dependency django to v4.2.27 --- kubernetes_engine/django_tutorial/requirements.txt | 2 +- run/django/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes_engine/django_tutorial/requirements.txt b/kubernetes_engine/django_tutorial/requirements.txt index 1ef339da5ba..ea7e0d49b60 100644 --- a/kubernetes_engine/django_tutorial/requirements.txt +++ b/kubernetes_engine/django_tutorial/requirements.txt @@ -1,5 +1,5 @@ Django==5.2.9; python_version >= "3.10" -Django==4.2.24; python_version >= "3.8" and python_version < "3.10" +Django==4.2.27; python_version >= "3.8" and python_version < "3.10" # 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 diff --git a/run/django/requirements.txt b/run/django/requirements.txt index 92897c3072e..90fec6f8ae3 100644 --- a/run/django/requirements.txt +++ b/run/django/requirements.txt @@ -1,5 +1,5 @@ Django==5.2.5; python_version >= "3.10" -Django==4.2.24; python_version >= "3.8" and python_version < "3.10" +Django==4.2.27; python_version >= "3.8" and python_version < "3.10" django-storages[google]==1.14.6 django-environ==0.12.0 psycopg2-binary==2.9.10