From b1b55ff8bebd4e26c3239e3ce1bfda12ee32b9b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 17:13:53 +0000 Subject: [PATCH] chore(deps): bump django in /python/django/python-guestbook/src Bumps [django](https://github.com/django/django) from 4.2.9 to 4.2.30. - [Commits](https://github.com/django/django/compare/4.2.9...4.2.30) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.30 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/django/python-guestbook/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/django/python-guestbook/src/requirements.txt b/python/django/python-guestbook/src/requirements.txt index a5e4a83a2..c94048a0d 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.30 psycopg2-binary==2.9.9 python-dateutil==2.8.2