From 049357cadad199c741a888b705b5ce71856d16ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 21:18:47 +0000 Subject: [PATCH] Bump urllib3 from 1.25.9 to 1.26.5 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.9 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.25.9...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Pipfile diff --git a/Pipfile b/Pipfile old mode 100755 new mode 100644 index d3f355e..d14f9e3 --- a/Pipfile +++ b/Pipfile @@ -37,7 +37,7 @@ requests = ">=2.23.0" retrying = "==1.3.3" six = "==1.15.0" twilio = "==5.7.0" -urllib3 = "==1.25.9" +urllib3 = "==1.26.5" vine = "==1.3.0" Cycler = "==0.10.0" Cython = "==0.29.20"