From 4bee4cb59d992605594b29032e8170b7b0bf0b97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 19:52:33 +0000 Subject: [PATCH] Bump django from 5.1.2 to 5.1.4 in /backend Bumps [django](https://github.com/django/django) from 5.1.2 to 5.1.4. - [Commits](https://github.com/django/django/compare/5.1.2...5.1.4) --- updated-dependencies: - dependency-name: django 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 c9eefa6..f37eae0 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,4 +1,4 @@ -Django==5.1.2 +Django==5.1.4 django-debug-toolbar==4.4.6 django-environ==0.11.2 django-extensions==3.2.3