From e17cfc8e85b3ed8e2f3bf890729108f868587b88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Nov 2021 19:18:14 +0530 Subject: [PATCH] Bump urllib3 from 1.26.2 to 1.26.5 (#22) Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.2 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.2...1.26.5) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 780bf01..b819691 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,5 +19,5 @@ pytest==6.1.2 requests==2.25.0 six==1.15.0 toml==0.10.2 -urllib3==1.26.2 +urllib3==1.26.5 wrapt==1.12.1