From 72067c7abd27b8c9721d4968ccdc51df1cdc13de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 23:07:49 +0000 Subject: [PATCH] Bump django from 2.0.0 to 2.2.10 Bumps [django](https://github.com/django/django) from 2.0.0 to 2.2.10. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0...2.2.10) 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..1218556 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ 'requests>=2.19.0', ], tests_require=[ - 'django==2.0.0', + 'django==2.2.10', 'Flask==1.0.2', 'pycodestyle==2.4.0', 'pylint==2.0.1',