From 32f3979e49718a38c4577018760daa70ec658fbb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2020 10:35:53 +0000 Subject: [PATCH] build(deps): bump urllib3 from 1.25.8 to 1.25.9 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.25.8 to 1.25.9. - [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.8...1.25.9) 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 9727b411d9..d735f14769 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -14,4 +14,4 @@ requests==2.23.0 securesystemslib[colors,crypto,pynacl]==0.14.2 six==1.14.0 subprocess32==3.5.4 ; python_version < '3' # via securesystemslib -urllib3==1.25.8 # via requests +urllib3==1.25.9 # via requests