From d0b0bdcd070e1edf0a4c66c823ab8a4574bd7814 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:38:04 +0000 Subject: [PATCH] Bump djangorestframework from 3.9.1 to 3.11.2 in /src/ClubKitApi Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.9.1 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.9.1...3.11.2) 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..21e5400 100644 --- a/src/ClubKitApi/requirements.txt +++ b/src/ClubKitApi/requirements.txt @@ -4,7 +4,7 @@ dj-database-url==0.5.0 dj-static==0.0.6 Django==2.1.5 django-cors-middleware==1.3.1 -djangorestframework==3.9.1 +djangorestframework==3.11.2 idna==2.8 Pillow==5.4.1 python-decouple==3.1