From 5678811fb593c906c60b152452b18f21d96e30d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 22:22:05 +0000 Subject: [PATCH] Bump django Bumps [django](https://github.com/django/django) from 5.1.7 to 5.1.14. - [Commits](https://github.com/django/django/compare/5.1.7...5.1.14) --- updated-dependencies: - dependency-name: django dependency-version: 5.1.14 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../4-1-django-authentication/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/full-stack/postgresql-django-react/4-1-django-authentication/requirements.txt b/full-stack/postgresql-django-react/4-1-django-authentication/requirements.txt index 52565a80..14c00b43 100644 --- a/full-stack/postgresql-django-react/4-1-django-authentication/requirements.txt +++ b/full-stack/postgresql-django-react/4-1-django-authentication/requirements.txt @@ -2,7 +2,7 @@ asgiref==3.8.1 cachetools==5.5.2 certifi==2025.1.31 charset-normalizer==3.4.1 -Django==5.1.7 +Django==5.1.14 django-cors-headers==4.7.0 django-filter==25.1 djangorestframework==3.16.0