From 84278bdbea63e89a0903930e3b6139bf8aa1792c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 00:00:04 +0000 Subject: [PATCH] Bump django from 4.1.7 to 4.1.10 in /backend Bumps [django](https://github.com/django/django) from 4.1.7 to 4.1.10. - [Commits](https://github.com/django/django/compare/4.1.7...4.1.10) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index f80365b..aa62f24 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -2,7 +2,7 @@ asgiref==3.5.2 autopep8==2.0.1 certifi==2022.12.7 charset-normalizer==3.0.1 -Django==4.1.7 +Django==4.1.10 django-cors-headers==3.13.0 djangorestframework==3.13.1 djangorestframework-simplejwt==5.2.2