From c0acec3aea4fb07c386d6a9c722fe108f68538d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Sep 2020 12:11:29 +0000 Subject: [PATCH] Bump django from 2.2 to 2.2.13 in /lesson04/devops10 Bumps [django](https://github.com/django/django) from 2.2 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2...2.2.13) 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..b97aacd --- a/lesson04/devops10/requirements.txt +++ b/lesson04/devops10/requirements.txt @@ -6,7 +6,7 @@ certifi==2020.6.20 chardet==3.0.4 coreapi==2.3.3 coreschema==0.0.4 -Django==2.2 +Django==2.2.13 django-jsonfield==1.4.0 djangorestframework==3.11.0 djangorestframework-jwt==1.11.0