From 74ea76eb0052ac6f0b3e90c5419e9d9ab855911f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 23:02:52 +0000 Subject: [PATCH] Bump djangorestframework in /laundry_guest/backend/src Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.11.0 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.11.0...3.11.2) Signed-off-by: dependabot[bot] --- laundry_guest/backend/src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laundry_guest/backend/src/requirements.txt b/laundry_guest/backend/src/requirements.txt index bff4e4d..6e42ece 100644 --- a/laundry_guest/backend/src/requirements.txt +++ b/laundry_guest/backend/src/requirements.txt @@ -7,7 +7,7 @@ Django==3.0.2 django-cors-headers==3.2.1 django-mysql==3.3.0 django-redis==4.11.0 -djangorestframework==3.11.0 +djangorestframework==3.11.2 djangorestframework-jwt==1.11.0 drf-yasg==1.17.0 idna==2.8