From 095b9bb9d8bf41d1509b69e51afb1bba7cfeb47c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 07:46:33 +0000 Subject: [PATCH] Bump djangorestframework from 3.8.2 to 3.11.2 in /project/cmdb Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.8.2 to 3.11.2. - [Release notes](https://github.com/encode/django-rest-framework/releases) - [Commits](https://github.com/encode/django-rest-framework/compare/3.8.2...3.11.2) 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..dc0d850 --- a/project/cmdb/requirements.txt +++ b/project/cmdb/requirements.txt @@ -2,7 +2,7 @@ Django==2.0.4 django-auth-ldap==1.3.0 django-crontab==0.7.1 django-filter==2.0.0 -djangorestframework==3.8.2 +djangorestframework==3.11.2 gunicorn==19.8.1 ldap3==2.4 Markdown==2.6.11