From 975b4f4ed471c83e3058cb66f4e063863e99522d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Mar 2021 07:19:43 +0000 Subject: [PATCH] Bump requests from 2.19.1 to 2.20.0 in /project/cmdb Bumps [requests](https://github.com/psf/requests) from 2.19.1 to 2.20.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.19.1...v2.20.0) 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..1928562 --- a/project/cmdb/requirements.txt +++ b/project/cmdb/requirements.txt @@ -11,4 +11,4 @@ Pygments==2.2.0 pyldap==3.0.0.post1 PyMySQL==0.8.0 python-ldap==3.1.0 -requests==2.19.1 \ No newline at end of file +requests==2.20.0 \ No newline at end of file