From db0818db4a4e18b2e6e48abbeed035f9ceecca99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Nov 2025 06:11:30 +0000 Subject: [PATCH] chore(deps)(deps): bump django from 5.0.4 to 5.1.14 Bumps [django](https://github.com/django/django) from 5.0.4 to 5.1.14. - [Commits](https://github.com/django/django/compare/5.0.4...5.1.14) --- updated-dependencies: - dependency-name: django dependency-version: 5.1.14 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 e1bd919..af75afd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ asgiref==3.8.1 certifi==2024.2.2 charset-normalizer==3.3.2 Deprecated==1.2.14 -Django==5.0.4 +Django==5.1.14 django-choices-field==2.3.0 django-cors-headers==4.3.1 django-environ==0.9.0