From d2f51d6cdeb644bbcd554e41141f91a8fac803fb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 13 Nov 2020 10:23:47 +0000 Subject: [PATCH] build(deps): bump urllib3 from 1.25.11 to 1.26.2 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.11 to 1.26.2. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/1.25.11...1.26.2) Signed-off-by: dependabot-preview[bot] --- requirements-pinned.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-pinned.txt b/requirements-pinned.txt index 0c1a9b5a77..aded22b4bc 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -11,4 +11,4 @@ requests==2.24.0 securesystemslib[crypto,pynacl]==0.18.0 six==1.15.0 subprocess32==3.5.4 ; python_version < '3' # via securesystemslib -urllib3==1.25.11 # via requests +urllib3==1.26.2 # via requests