From f085b02b844c46becd436913b0f346487885a34d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 May 2023 22:46:42 +0000 Subject: [PATCH] Bump django from 4.1.7 to 4.1.9 Bumps [django](https://github.com/django/django) from 4.1.7 to 4.1.9. - [Commits](https://github.com/django/django/compare/4.1.7...4.1.9) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index f80365b..d433c55 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.9 django-cors-headers==3.13.0 djangorestframework==3.13.1 djangorestframework-simplejwt==5.2.2 diff --git a/requirements.txt b/requirements.txt index 1fbfcb3..3942b28 100644 --- a/requirements.txt +++ b/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.9 django-cors-headers==3.13.0 djangorestframework==3.13.1 gunicorn==20.1.0