From 7f1c3f74aab10414119d0efbde280f9475e9779a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 11:04:20 +0000 Subject: [PATCH] build(deps): bump urllib3 from 1.26.15 to 2.0.2 Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.15 to 2.0.2. - [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.15...2.0.2) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-major ... 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 4840613bcf..c642644784 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.30.0 securesystemslib[crypto,pynacl]==0.28.0 -urllib3==1.26.15 # via requests +urllib3==2.0.2 # via requests