From 7082eee8b5e84e2206ac7b08813c7315e68cbb1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2024 18:33:11 +0000 Subject: [PATCH] chore(deps): Bump django from 5.1.1 to 5.1.4 Bumps [django](https://github.com/django/django) from 5.1.1 to 5.1.4. - [Commits](https://github.com/django/django/compare/5.1.1...5.1.4) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7f1d547f..af602b88 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ pyjwt ~= 2.9.0 # Django # ------------------------------------------------------------------------------ -Django == 5.1.1 +Django == 5.1.4 django-enumchoicefield == 3.0.1 django-filter == 24.3 django-ordered-model ~= 3.7.4