From c9ebf4c83366a60b473a4d6296959fd33e2ee9c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:28:25 +0000 Subject: [PATCH] [DEPENDABOT] Update: Bump django from 5.1.4 to 5.1.5 Bumps [django](https://github.com/django/django) from 5.1.4 to 5.1.5. - [Commits](https://github.com/django/django/compare/5.1.4...5.1.5) --- 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 7f2f357c..0a99de75 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Django and REST framework -Django==5.1.4 +Django==5.1.5 djangorestframework==3.15.2 django-cors-headers==4.6.0