From a18f3d8662ad680f6698577a90eddcf539ae865e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 05:53:06 +0000 Subject: [PATCH] Bump urllib3 from 1.26.4 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.4 to 1.26.5. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.4...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 9d4bb5a..bc67ca1 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ flask-wtf==0.14.3 jsmin==3.0.1 cssmin==0.2.0 requests==2.25.1 -urllib3==1.26.4 +urllib3==1.26.5 wtforms==2.3.3 python-dotenv==0.17.0 black==20.8b1