From 6efd7d040410b4a60818201b9f7401baf4a5f2d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 22:56:41 +0000 Subject: [PATCH] Bump django from 5.1.4 to 5.1.5 in /backend 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] --- backend/requirements.in | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.in b/backend/requirements.in index e7ddf15..fab70d4 100644 --- a/backend/requirements.in +++ b/backend/requirements.in @@ -1,4 +1,4 @@ -Django==5.1.4 +Django==5.1.5 django-environ==0.11.2 django-cors-headers==4.6.0 djangorestframework==3.15.2 diff --git a/backend/requirements.txt b/backend/requirements.txt index d56ae9d..0108f1b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,7 +4,7 @@ asgiref==3.8.1 # via # django # django-cors-headers -django==5.1.4 +django==5.1.5 # via # -r requirements.in # django-cors-headers