From 139749779ca1a7c3d6909bfc810ae28e8c1020c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Jul 2022 17:16:37 +0000 Subject: [PATCH] build(deps): bump urllib3 from 1.26.10 to 1.26.11 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] --- requirements-pinned.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-pinned.txt b/requirements-pinned.txt index c0608558..040a6004 100644 --- a/requirements-pinned.txt +++ b/requirements-pinned.txt @@ -7,4 +7,4 @@ pycparser==2.21 # via cffi pynacl==1.5.0 # via securesystemslib requests==2.28.1 securesystemslib[crypto,pynacl]==0.23.0 -urllib3==1.26.10 # via requests +urllib3==1.26.11 # via requests