From fc35e8119fab7a4d3fa54c29b1fa58935bbecb59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Apr 2021 21:09:50 +0000 Subject: [PATCH] Bump django from 2.2.3 to 2.2.20 in /djangoRestAPI Bumps [django](https://github.com/django/django) from 2.2.3 to 2.2.20. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.3...2.2.20) 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..7dc2c77e 100644 --- a/djangoRestAPI/requirements.txt +++ b/djangoRestAPI/requirements.txt @@ -1,4 +1,4 @@ -Django==2.2.3 +Django==2.2.20 gunicorn[gevent]==19.9.0 django-cors-headers==3.0.2 djangorestframework==3.10.1