From 7654fe18d586e0b29bc50558dd20a014c65f73ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 15:51:40 +0000 Subject: [PATCH] Bump urllib3 from 2.0.7 to 2.1.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.1.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.0.7...2.1.0) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 10 +++++----- requirements.txt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Pipfile b/Pipfile index df900b2627..7c6f6b5a84 100644 --- a/Pipfile +++ b/Pipfile @@ -34,7 +34,7 @@ rich = "==13.7.0" six = {version="==1.16.0", python_version=">='3.4'"} tqdm = "==4.66.1" url-normalize = {version="==1.4.3", python_version=">='3.6'"} -urllib3 = "==2.0.7" +urllib3 = "==2.1.0" wcwidth = "==0.2.12" websocket-client = "==1.6.4" wrapt = {version="==1.16.0", python_version=">='3.5'"} diff --git a/Pipfile.lock b/Pipfile.lock index 537678c5d1..6e1e584cdc 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "2de1d21b14ff661fa8f0874b121a192deb9f01cc0bcc008b8cfe08e469457b9a" + "sha256": "0de4ee6a40570a12f129c73491abb07f5044300dc345a2584ed4b4050a023d81" }, "pipfile-spec": 6, "requires": { @@ -396,12 +396,12 @@ }, "urllib3": { "hashes": [ - "sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84", - "sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e" + "sha256:55901e917a5896a349ff771be919f8bd99aff50b79fe58fec595eb37bbc56bb3", + "sha256:df7aa8afb0148fa78488e7899b2c59b5f4ffcfa82e6c54ccb9dd37c1d7b52d54" ], "index": "pypi", - "markers": "python_version >= '3.7'", - "version": "==2.0.7" + "markers": "python_version >= '3.8'", + "version": "==2.1.0" }, "wcwidth": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index dcb6a4e083..4c89e2541c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ rich==13.7.0; python_full_version >= '3.7.0' six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' and python_version >= '3.4' tqdm==4.66.1; python_version >= '3.7' url-normalize==1.4.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version >= '3.6' -urllib3==2.0.7; python_version >= '3.7' +urllib3==2.1.0; python_version >= '3.8' wcwidth==0.2.12 websocket-client==1.6.4; python_version >= '3.8' wrapt==1.16.0; python_version >= '3.6'