From 751fc34797688e5c7f067b98b083a13ee738ff05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:45:02 -0800 Subject: [PATCH] Bump django from 5.1.3 to 5.1.4 (#45) Bumps [django](https://github.com/django/django) from 5.1.3 to 5.1.4. - [Commits](https://github.com/django/django/compare/5.1.3...5.1.4) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6874c3b..528a92c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ crispy-bootstrap5==2024.10 -Django==5.1.3 +Django==5.1.4 django-crispy-forms==2.3 gunicorn==23.0.0 psycopg2-binary==2.9.10