From 38535f25512993206598dd36de79acd357d7e9ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 14:36:56 +0000 Subject: [PATCH] chore(deps): bump django from 4.2.16 to 4.2.27 in /packages/python Bumps [django](https://github.com/django/django) from 4.2.16 to 4.2.27. - [Commits](https://github.com/django/django/compare/4.2.16...4.2.27) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.27 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..e47b580c6 100644 --- a/packages/python/requirements.txt +++ b/packages/python/requirements.txt @@ -1,4 +1,4 @@ -Django==4.2.16 +Django==4.2.27 Flask==3.0.3 fastapi==0.115.6 requests==2.32.3