From d3af0a7c649944c0b13bf13a3d3633d2554c1d0d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 11:10:21 +0300 Subject: [PATCH] Bump urllib3 from 1.26.10 to 1.26.11 (#80) Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.10 to 1.26.11. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/1.26.11/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.26.10...1.26.11) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 34693f3..be72c60 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,5 +23,5 @@ toml==0.10.2 tomli==2.0.1 typing_extensions==4.3.0 ujson==5.4.0 -urllib3==1.26.10 +urllib3==1.26.11 wrapt==1.14.1