diff --git a/Pipfile b/Pipfile index 5b5ad6799a..4ffe9caac4 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.1.0" +urllib3 = "==2.2.0" wcwidth = "==0.2.13" websocket-client = "==1.7.0" wrapt = {version="==1.16.0", python_version=">='3.5'"} diff --git a/Pipfile.lock b/Pipfile.lock index 93079f41ae..69460ec4fa 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "f1c149b70684c5e41f479048fd16addd72009cc3cebe7dbfc7fefd796a079aef" + "sha256": "065c4c7f4d8390d822987b2a83868dbad55f57b78d3acf3cc246fc60183c69e0" }, "pipfile-spec": 6, "requires": { @@ -395,12 +395,12 @@ }, "urllib3": { "hashes": [ - "sha256:55901e917a5896a349ff771be919f8bd99aff50b79fe58fec595eb37bbc56bb3", - "sha256:df7aa8afb0148fa78488e7899b2c59b5f4ffcfa82e6c54ccb9dd37c1d7b52d54" + "sha256:051d961ad0c62a94e50ecf1af379c3aba230c66c710493493560c0c223c49f20", + "sha256:ce3711610ddce217e6d113a2732fafad960a03fd0318c91faa79481e35c11224" ], "index": "pypi", "markers": "python_version >= '3.8'", - "version": "==2.1.0" + "version": "==2.2.0" }, "wcwidth": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index 3f09f4a1b2..4424fb0f21 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.1.0; python_version >= '3.8' +urllib3==2.2.0; python_version >= '3.8' wcwidth==0.2.13 websocket-client==1.7.0; python_version >= '3.8' wrapt==1.16.0; python_version >= '3.5' and python_version >= '3.6'