From 7173b3f0b9aa2eadfbd34886f8b4f7b358329086 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 00:02:25 +0000 Subject: [PATCH] chore(deps): bump django in /python/django/python-hello-world/src Bumps [django](https://github.com/django/django) from 4.2.10 to 4.2.26. - [Commits](https://github.com/django/django/compare/4.2.10...4.2.26) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.26 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/django/python-hello-world/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/django/python-hello-world/src/requirements.txt b/python/django/python-hello-world/src/requirements.txt index 9b1883c77..920a4f255 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.26 requests==2.31.0 psycopg2-binary==2.9.9 debugpy # Required for debugging