From e8cd9851841880c69ea40ec526a2fe5c14d3e3c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 16:48:07 +0000 Subject: [PATCH] chore(deps): bump django from 5.0.3 to 5.0.4 in /backend/requirements Bumps [django](https://github.com/django/django) from 5.0.3 to 5.0.4. - [Commits](https://github.com/django/django/compare/5.0.3...5.0.4) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements/base.txt b/backend/requirements/base.txt index fc54f9f..aa1aad6 100644 --- a/backend/requirements/base.txt +++ b/backend/requirements/base.txt @@ -11,7 +11,7 @@ flower==2.0.1 # https://github.com/mher/flower # # Django # # ------------------------------------------------------------------------------ -django==5.0.3 # https://www.djangoproject.com/ +django==5.0.4 # https://www.djangoproject.com/ djangorestframework-simplejwt==5.3.1 # https://github.com/jazzband/djangorestframework-simplejwt django-health-check==3.18.1 # https://github.com/revsys/django-health-check django-environ==0.11.2 # https://github.com/joke2k/django-environ