From 9871290c5dfeab62b9ab962892ea6b3b2220e5e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 21:54:08 +0000 Subject: [PATCH] Bump django from 2.1.5 to 2.2.24 in /src/ClubKitApi Bumps [django](https://github.com/django/django) from 2.1.5 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1.5...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/ClubKitApi/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ClubKitApi/requirements.txt b/src/ClubKitApi/requirements.txt index f3f3013..99234d4 100644 --- a/src/ClubKitApi/requirements.txt +++ b/src/ClubKitApi/requirements.txt @@ -2,7 +2,7 @@ certifi==2018.11.29 chardet==3.0.4 dj-database-url==0.5.0 dj-static==0.0.6 -Django==2.1.5 +Django==2.2.24 django-cors-middleware==1.3.1 djangorestframework==3.9.1 idna==2.8