From e8b5c6cc720ca76c6321cb17631c98b187cec6ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 23:07:31 +0000 Subject: [PATCH] Bump django from 2.0.8 to 2.2.10 in /lexpredict_openedgar/requirements Bumps [django](https://github.com/django/django) from 2.0.8 to 2.2.10. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.8...2.2.10) Signed-off-by: dependabot[bot] --- lexpredict_openedgar/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 lexpredict_openedgar/requirements/base.txt diff --git a/lexpredict_openedgar/requirements/base.txt b/lexpredict_openedgar/requirements/base.txt old mode 100755 new mode 100644 index 5de8650..42a44b0 --- a/lexpredict_openedgar/requirements/base.txt +++ b/lexpredict_openedgar/requirements/base.txt @@ -6,7 +6,7 @@ wheel==0.30.0 # Conservative Django -django==2.0.8 # pyup: < 2.1 +django==2.2.10 # pyup: < 2.1 # Configuration django-environ==0.4.4