From 641d5cc1697cf5fccf5a75a405b02a0548b79640 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 00:52:27 +0000 Subject: [PATCH] Bump django from 4.0.6 to 4.2.24 in /backend Bumps [django](https://github.com/django/django) from 4.0.6 to 4.2.24. - [Commits](https://github.com/django/django/compare/4.0.6...4.2.24) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.24 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 0350c2a..0dfd0e8 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -17,7 +17,7 @@ decorator==5.1.1 defusedxml==0.7.1 Deprecated==1.2.18 distro==1.9.0 -Django==4.0.6 +Django==4.2.24 django-crispy-forms==1.14.0 dnspython==2.6.1 entrypoints==0.4