diff --git a/poetry.lock b/poetry.lock index d0d3b616..970e244d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1950,14 +1950,14 @@ devenv = ["check-manifest", "pytest (>=4.3)", "pytest-cov", "pytest-mock (>=3.3) [[package]] name = "urllib3" -version = "2.6.2" +version = "2.6.3" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "urllib3-2.6.2-py3-none-any.whl", hash = "sha256:ec21cddfe7724fc7cb4ba4bea7aa8e2ef36f607a4bab81aa6ce42a13dc3f03dd"}, - {file = "urllib3-2.6.2.tar.gz", hash = "sha256:016f9c98bb7e98085cb2b4b17b87d2c702975664e4f060c6532e64d1c1a5e797"}, + {file = "urllib3-2.6.3-py3-none-any.whl", hash = "sha256:bf272323e553dfb2e87d9bfd225ca7b0f467b919d7bbd355436d3fd37cb0acd4"}, + {file = "urllib3-2.6.3.tar.gz", hash = "sha256:1b62b6884944a57dbe321509ab94fd4d3b307075e0c2eae991ac71ee15ad38ed"}, ] [package.extras] @@ -2006,4 +2006,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.10,<=3.12.9" -content-hash = "1e6376d22318aa872174e6c4d353c8af3815c458e9de4ae95a5c6aac64893898" +content-hash = "22b51ff7fb045dd5e1a4c57cd09f763abeaea9eb20792ad3317b8518376d9365" diff --git a/pyproject.toml b/pyproject.toml index e2d25e6c..2e9ee6ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ requests = ">2.32.4" pyyaml = "6.0.1" typing-extensions = "4.6.0" idna = "3.7" -urllib3 = "^2.6.2" +urllib3 = "^2.6.3" setuptools = "^80.9.0" zipp = "^3.19.1" tenacity = "^9.0.0" diff --git a/requirements.txt b/requirements.txt index 6ab94719..98084262 100644 --- a/requirements.txt +++ b/requirements.txt @@ -50,7 +50,7 @@ typer==0.7.0 ; python_version >= "3.10" and python_full_version < "3.13" typing-extensions==4.6.0 ; python_version >= "3.10" and python_full_version < "3.13" tzdata==2024.1 ; python_version >= "3.10" and python_full_version < "3.13" tzlocal==5.2 ; python_version >= "3.10" and python_full_version < "3.13" -urllib3==2.6.2 ; python_version >= "3.10" and python_full_version < "3.13" +urllib3==2.6.3 ; python_version >= "3.10" and python_full_version < "3.13" websocket-client==1.7.0 ; python_version >= "3.10" and python_full_version < "3.13" zipp==3.20.2 ; python_version >= "3.10" and python_full_version < "3.13" # required for tests