From 52c107daac38b0791f980f283de8ba5666b867a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 18:49:04 +0000 Subject: [PATCH] Bump django from 2.0.0 to 2.2.13 Bumps [django](https://github.com/django/django) from 2.0.0 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0...2.2.13) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 setup.py diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 86edf84..8f1595a --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ 'requests>=2.19.0', ], tests_require=[ - 'django==2.0.0', + 'django==2.2.13', 'Flask==1.0.2', 'pycodestyle==2.4.0', 'pylint==2.0.1',