From 548819e43518f7a932746990b2432f5ee991c702 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Wed, 26 Aug 2026 11:18:48 +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