diff --git a/Pipfile b/Pipfile index ac80004..d52c226 100644 --- a/Pipfile +++ b/Pipfile @@ -5,7 +5,7 @@ name = "pypi" [packages] websocket-client= "==1.9.0" -urllib3 = "==2.6.2" +urllib3 = "==2.6.3" loguru = "==0.7.3" idna = "==3.10" anyio = "==4.5.2" diff --git a/Pipfile.lock b/Pipfile.lock index 8a500ed..63543ec 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "db1e6b33b45cf1fa8dda6e35ef23c4364f7cecbfcc8b45f3bec83f5c5d29ca99" + "sha256": "6ffe10b657a7341e2984d7f9432b45d4525dc9c7c07bde44f10f438341c5c5ba" }, "pipfile-spec": 6, "requires": { @@ -137,12 +137,12 @@ }, "urllib3": { "hashes": [ - "sha256:016f9c98bb7e98085cb2b4b17b87d2c702975664e4f060c6532e64d1c1a5e797", - "sha256:ec21cddfe7724fc7cb4ba4bea7aa8e2ef36f607a4bab81aa6ce42a13dc3f03dd" + "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed", + "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4" ], "index": "pypi", "markers": "python_version >= '3.9'", - "version": "==2.6.2" + "version": "==2.6.3" }, "websocket-client": { "hashes": [ diff --git a/requirements.txt b/requirements.txt index bb6d734..f95e7de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,5 +12,5 @@ idna==3.10; python_version >= '3.6' loguru==0.7.3; python_version >= '3.5' and python_version < '4.0' sniffio==1.3.1; python_version >= '3.7' typing-extensions==4.12.2; python_version >= '3.8' -urllib3==2.6.2; python_version >= '3.9' +urllib3==2.6.3; python_version >= '3.9' websocket-client==1.9.0; python_version >= '3.9'