From a1850f1b9ddb4d05efcaab399ee4024c6a06c816 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 7 Sep 2026 20:49:50 +0000 Subject: [PATCH] chore(deps): update dependency django to v5 [security] --- python/cloud-run-django-hello-world/requirements.txt | 2 +- python/django/python-guestbook/src/requirements.txt | 2 +- python/django/python-hello-world/src/requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/python/cloud-run-django-hello-world/requirements.txt b/python/cloud-run-django-hello-world/requirements.txt index 7677201cd..309235b0a 100644 --- a/python/cloud-run-django-hello-world/requirements.txt +++ b/python/cloud-run-django-hello-world/requirements.txt @@ -1,3 +1,3 @@ -django==4.2.10 +django==5.2.16 requests==2.31.0 debugpy # Required for debugging. diff --git a/python/django/python-guestbook/src/requirements.txt b/python/django/python-guestbook/src/requirements.txt index a5e4a83a2..05abc4c6c 100644 --- a/python/django/python-guestbook/src/requirements.txt +++ b/python/django/python-guestbook/src/requirements.txt @@ -1,3 +1,3 @@ -Django==4.2.9 +Django==5.2.16 psycopg2-binary==2.9.9 python-dateutil==2.8.2 diff --git a/python/django/python-hello-world/src/requirements.txt b/python/django/python-hello-world/src/requirements.txt index 9b1883c77..2d8948840 100644 --- a/python/django/python-hello-world/src/requirements.txt +++ b/python/django/python-hello-world/src/requirements.txt @@ -1,4 +1,4 @@ -Django==4.2.10 +Django==5.2.16 requests==2.31.0 psycopg2-binary==2.9.9 debugpy # Required for debugging