From e9b33626071eb107a51924420fba6f7766def5e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 07:53:19 +0000 Subject: [PATCH] Bump django from 2.2.3 to 2.2.18 in /djangoRestAPI Bumps [django](https://github.com/django/django) from 2.2.3 to 2.2.18. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.3...2.2.18) Signed-off-by: dependabot[bot] --- djangoRestAPI/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djangoRestAPI/requirements.txt b/djangoRestAPI/requirements.txt index f6595c37..5878264d 100644 --- a/djangoRestAPI/requirements.txt +++ b/djangoRestAPI/requirements.txt @@ -1,4 +1,4 @@ -Django==2.2.3 +Django==2.2.18 gunicorn[gevent]==19.9.0 django-cors-headers==3.0.2 djangorestframework==3.10.1