From e146f3bf57799a77c9eb464b20a219efc6d8f221 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:05:58 +0000 Subject: [PATCH] Bump urllib3 from 2.0.6 to 2.0.7 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7. - [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.6...2.0.7) --- updated-dependencies: - dependency-name: urllib3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- Pipfile.lock | 8 ++++---- requirements.txt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Pipfile b/Pipfile index ba02459f64..a9da065be2 100644 --- a/Pipfile +++ b/Pipfile @@ -34,7 +34,7 @@ rich = "==13.6.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.6" +urllib3 = "==2.0.7" wcwidth = "==0.2.8" websocket-client = "==1.6.4" wrapt = {version="==1.15.0", python_version=">='3.5'"} diff --git a/Pipfile.lock b/Pipfile.lock index 48d9254868..b494ef3005 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "decd58499989f6108e5415d02191c45260d4a0a48c04057e1208b917af9b44a4" + "sha256": "9d57584cac246a6092a789d3696d4c6f60d7810ac2b242b76ff8971e75d4a643" }, "pipfile-spec": 6, "requires": { @@ -394,12 +394,12 @@ }, "urllib3": { "hashes": [ - "sha256:7a7c7003b000adf9e7ca2a377c9688bbc54ed41b985789ed576570342a375cd2", - "sha256:b19e1a85d206b56d7df1d5e683df4a7725252a964e3993648dd0fb5a1c157564" + "sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84", + "sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e" ], "index": "pypi", "markers": "python_version >= '3.7'", - "version": "==2.0.6" + "version": "==2.0.7" }, "wcwidth": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 32d4b42635..2b3cbd169d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ rich==13.6.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.6; python_version >= '3.7' +urllib3==2.0.7; python_version >= '3.7' wcwidth==0.2.8 websocket-client==1.6.4; python_version >= '3.8' wrapt==1.15.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version >= '3.5'