From af27c5b25cf724901b00e219cc6bd26c162050b7 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Mon, 30 Mar 2026 19:25:25 +0000 Subject: [PATCH] chore(deps): update dependency django [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..1c999cac8 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==4.2.20 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..d9e43f778 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==4.2.18 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..bc7433b7d 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==4.2.20 requests==2.31.0 psycopg2-binary==2.9.9 debugpy # Required for debugging