From afcd77617b1af8e35538a6f3cce879593351fade Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Mar 2021 00:01:12 +0000 Subject: [PATCH] Bump djangorestframework from 3.11.0 to 3.11.2 in /lesson04/devops10 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] --- lesson04/devops10/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 lesson04/devops10/requirements.txt diff --git a/lesson04/devops10/requirements.txt b/lesson04/devops10/requirements.txt old mode 100755 new mode 100644 index 848e799..6c49e03 --- a/lesson04/devops10/requirements.txt +++ b/lesson04/devops10/requirements.txt @@ -8,7 +8,7 @@ coreapi==2.3.3 coreschema==0.0.4 Django==2.2 django-jsonfield==1.4.0 -djangorestframework==3.11.0 +djangorestframework==3.11.2 djangorestframework-jwt==1.11.0 drf-extensions==0.6.0 future==0.18.2