From 8cd37d1cf4aefa014945b84a20e56851c43e9736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 09:32:00 +0000 Subject: [PATCH] Bump django from 2.0.4 to 2.2.18 in /project/cmdb Bumps [django](https://github.com/django/django) from 2.0.4 to 2.2.18. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.4...2.2.18) Signed-off-by: dependabot[bot] --- project/cmdb/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 project/cmdb/requirements.txt diff --git a/project/cmdb/requirements.txt b/project/cmdb/requirements.txt old mode 100755 new mode 100644 index 8360583..d570df2 --- a/project/cmdb/requirements.txt +++ b/project/cmdb/requirements.txt @@ -1,4 +1,4 @@ -Django==2.0.4 +Django==2.2.18 django-auth-ldap==1.3.0 django-crontab==0.7.1 django-filter==2.0.0