diff --git a/Pipfile b/Pipfile index 2ad96559722..b40ff40d06c 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.15.0", python_version=">='3.5'"} diff --git a/Pipfile.lock b/Pipfile.lock index 0a5cd7a3888..012ce42f04c 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "dded86de621aaad868659c9200f32ba34106e4c608ecdcfe2b1d8066275bf480" + "sha256": "23bc1d59584fb84328e2835a3b15c07d8b4767b34444ed5c2287fd594848bde5" }, "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 39fc78969a9..0fda58dc4d9 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.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'