From 4a54d11f96b5c45c23329deb81e0c0fcc16c046b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 00:15:46 +0000 Subject: [PATCH] chore(deps): bump django from 4.2.16 to 4.2.26 in /packages/python Bumps [django](https://github.com/django/django) from 4.2.16 to 4.2.26. - [Commits](https://github.com/django/django/compare/4.2.16...4.2.26) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.26 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- packages/python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/python/requirements.txt b/packages/python/requirements.txt index af04d0d85..33ab292f8 100644 --- a/packages/python/requirements.txt +++ b/packages/python/requirements.txt @@ -1,4 +1,4 @@ -Django==4.2.16 +Django==4.2.26 Flask==3.0.3 fastapi==0.115.6 requests==2.32.3