From 1ca84208ef3eb0fbaa0b4f2484ba93353d17885c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 16:03:05 +0000 Subject: [PATCH] [DEPENDABOT] Update: Bump django from 5.1.3 to 5.1.4 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 update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 25041cd7..7204cedf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Django and REST framework -Django==5.1.3 +Django==5.1.4 djangorestframework==3.15.2 django-cors-headers==4.6.0