From fa5beb03286803766f7a187422c86672bd1a4d24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 19:06:55 +0000 Subject: [PATCH] chore(deps): bump django from 4.2.16 to 4.2.25 in /packages/python Bumps [django](https://github.com/django/django) from 4.2.16 to 4.2.25. - [Commits](https://github.com/django/django/compare/4.2.16...4.2.25) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.25 dependency-type: direct:production update-type: version-update:semver-patch ... 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..a66111fa3 100644 --- a/packages/python/requirements.txt +++ b/packages/python/requirements.txt @@ -1,4 +1,4 @@ -Django==4.2.16 +Django==4.2.25 Flask==3.0.3 fastapi==0.115.6 requests==2.32.3