From 6929cd0f4a3c57dff5ea6649fffabe1fd7ee25af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 20:48:32 +0000 Subject: [PATCH] :arrow_up: Bump django from 4.2.21 to 4.2.28 in /api Bumps [django](https://github.com/django/django) from 4.2.21 to 4.2.28. - [Commits](https://github.com/django/django/compare/4.2.21...4.2.28) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.28 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 89a36b3..852f82e 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -1,4 +1,4 @@ -Django==4.2.21 +Django==4.2.28 mysqlclient==2.0.3 django-allauth==0.44.0 django-crispy-forms==1.11.1