From 7650352bbe5bd9aa647baa82e466b5306f1cbce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 May 2025 15:36:58 +0000 Subject: [PATCH] Bump django from 4.2.18 to 4.2.21 in /requirements Bumps [django](https://github.com/django/django) from 4.2.18 to 4.2.21. - [Commits](https://github.com/django/django/compare/4.2.18...4.2.21) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.21 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 5b3dd78..5a45095 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,7 +1,7 @@ asgiref==3.6.0 black==24.3.0 click==8.1.3 -Django==4.2.18 +Django==4.2.21 gunicorn==22.0.0 h11==0.14.0 httptools==0.5.0