From ede363afbde2d0ee4d5f8d500eab94286ca62a7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 23:57:30 +0000 Subject: [PATCH] Bump django from 2.0.4 to 2.2.24 in /project/cmdb Bumps [django](https://github.com/django/django) from 2.0.4 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.0.4...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... 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..5670acf --- a/project/cmdb/requirements.txt +++ b/project/cmdb/requirements.txt @@ -1,4 +1,4 @@ -Django==2.0.4 +Django==2.2.24 django-auth-ldap==1.3.0 django-crontab==0.7.1 django-filter==2.0.0