From 869dfa75682227bfb99bb541198c45691b3891e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:35:18 +0000 Subject: [PATCH] Bump urllib3 from 2.2.3 to 2.3.0 (#2116) Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.3 to 2.3.0. - [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/2.2.3...2.3.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Pipfile | 2 +- Pipfile.lock | 10 +++++----- requirements.txt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Pipfile b/Pipfile index d8a518b527..c15a3b39ec 100644 --- a/Pipfile +++ b/Pipfile @@ -41,7 +41,7 @@ tqdm = "==4.67.1" types-decorator = "==5.1.8.20240310" typing-extensions = "==4.12.2" url-normalize = "==1.4.3" -urllib3 = "==2.2.3" +urllib3 = "==2.3.0" wcwidth = "==0.2.13" websocket-client = "==1.8.0" wrapt = "==1.17.0" diff --git a/Pipfile.lock b/Pipfile.lock index 5eec000849..413c64cbfa 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "50d4e4abeb5f20ab525bb50b4870101265a446e4ce35a8052702266547efa6e5" + "sha256": "02c401b56770b85a83d14b1963f32cedd7910dc504d3da1064134ea3ae05788b" }, "pipfile-spec": 6, "requires": { @@ -449,12 +449,12 @@ }, "urllib3": { "hashes": [ - "sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac", - "sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9" + "sha256:1cee9ad369867bfdbbb48b7dd50374c0967a0bb7710050facf0dd6911440e3df", + "sha256:f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d" ], "index": "pypi", - "markers": "python_version >= '3.8'", - "version": "==2.2.3" + "markers": "python_version >= '3.9'", + "version": "==2.3.0" }, "wcwidth": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index bcaca5cf9b..7a53c7c8bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ tqdm==4.67.1; python_version >= '3.7' types-decorator==5.1.8.20240310 typing-extensions==4.12.2 url-normalize==1.4.3 -urllib3==2.2.3; python_version >= '3.8' +urllib3==2.3.0; python_version >= '3.9' wcwidth==0.2.13 websocket-client==1.8.0 wrapt==1.17.0; python_version >= '3.8'