From 2ba18e2fcbf6343b6463f40189c65485355be110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Aug 2022 10:06:46 +0000 Subject: [PATCH] build(deps): bump urllib3 from 1.26.11 to 1.26.12 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.11 to 1.26.12. - [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.11...1.26.12) --- 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 091ed7da..ec3c084c 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.11 # via requests +urllib3==1.26.12 # via requests