From f8bee3ba566d75ba9dd185ca5f8788de0727ce8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 19:40:35 +0000 Subject: [PATCH] Bump django from 2.2.3 to 2.2.24 in /djangoRestAPI Bumps [django](https://github.com/django/django) from 2.2.3 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.3...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... 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..9671e646 100644 --- a/djangoRestAPI/requirements.txt +++ b/djangoRestAPI/requirements.txt @@ -1,4 +1,4 @@ -Django==2.2.3 +Django==2.2.24 gunicorn[gevent]==19.9.0 django-cors-headers==3.0.2 djangorestframework==3.10.1