From e686e6b476540f1df5374072752932ab72faefe5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 22:41:13 +0000 Subject: [PATCH] Bump djangorestframework from 3.8.2 to 3.11.2 in /chat_app Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.8.2 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.8.2...3.11.2) Signed-off-by: dependabot[bot] --- chat_app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat_app/requirements.txt b/chat_app/requirements.txt index 1159766..66dea4b 100644 --- a/chat_app/requirements.txt +++ b/chat_app/requirements.txt @@ -1,5 +1,5 @@ Django==2.0.6 -djangorestframework==3.8.2 +djangorestframework==3.11.2 djangorestframework-jwt==1.11.0 PyMySQL==0.8.1 drf-yasg==1.9.0