From ae63ae054f2f6171f3e6a90bad5852d1c9f1581d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Sep 2025 02:15:36 +0000 Subject: [PATCH] Bump django from 4.2.18 to 4.2.24 in /requirements Bumps [django](https://github.com/django/django) from 4.2.18 to 4.2.24. - [Commits](https://github.com/django/django/compare/4.2.18...4.2.24) --- updated-dependencies: - dependency-name: django dependency-version: 4.2.24 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..5b98c05 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.24 gunicorn==22.0.0 h11==0.14.0 httptools==0.5.0