From f13c5d9746d67613ea332cb5668f1486f71db0e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 22:51:56 +0000 Subject: [PATCH] Bump django from 3.2.23 to 3.2.24 Bumps [django](https://github.com/django/django) from 3.2.23 to 3.2.24. - [Commits](https://github.com/django/django/compare/3.2.23...3.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd268fd7b..5bb8064f2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ dependencies = [ # log handler "concurrent-log-handler~=0.9.24", # django - "Django==3.2.23", + "Django==3.2.24", "djangorestframework==3.12", "django-filter==23.1", "djangorestframework-jwt~=1.11.0",