From 71e4265efb57757d86160cfa4b93a30c52cb415c Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Tue, 28 Nov 2023 02:56:52 +0100 Subject: [PATCH] chore(deps): update dependency django to v4.2.7 (#1301) --- python/django/python-guestbook/src/requirements.txt | 2 +- python/django/python-hello-world/src/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/django/python-guestbook/src/requirements.txt b/python/django/python-guestbook/src/requirements.txt index def1232ed..a6339abc8 100644 --- a/python/django/python-guestbook/src/requirements.txt +++ b/python/django/python-guestbook/src/requirements.txt @@ -1,3 +1,3 @@ -Django==4.2.5 +Django==4.2.7 psycopg2-binary==2.9.7 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 5f69c75e5..fb9897b9c 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.5 +Django==4.2.7 requests==2.31.0 psycopg2-binary==2.9.7 debugpy # Required for debugging