diff --git a/poetry.lock b/poetry.lock index d8e15d1c..8e1ac213 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1821,19 +1821,20 @@ files = [ [[package]] name = "urllib3" -version = "1.26.18" +version = "2.0.7" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*" +python-versions = ">=3.7" files = [ - {file = "urllib3-1.26.18-py2.py3-none-any.whl", hash = "sha256:34b97092d7e0a3a8cf7cd10e386f401b3737364026c45e622aa02903dffe0f07"}, - {file = "urllib3-1.26.18.tar.gz", hash = "sha256:f8ecc1bba5667413457c529ab955bf8c67b45db799d159066261719e328580a0"}, + {file = "urllib3-2.0.7-py3-none-any.whl", hash = "sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e"}, + {file = "urllib3-2.0.7.tar.gz", hash = "sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84"}, ] [package.extras] -brotli = ["brotli (==1.0.9)", "brotli (>=1.0.9)", "brotlicffi (>=0.8.0)", "brotlipy (>=0.6.0)"] -secure = ["certifi", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "ipaddress", "pyOpenSSL (>=0.14)", "urllib3-secure-extra"] -socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] +brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)"] +secure = ["certifi", "cryptography (>=1.9)", "idna (>=2.0.0)", "pyopenssl (>=17.1.0)", "urllib3-secure-extra"] +socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"] +zstd = ["zstandard (>=0.18.0)"] [[package]] name = "virtualenv" @@ -1989,4 +1990,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.18" -content-hash = "646c62de473ce5585d76c0d47daba7f57d3cf6c929f0371404ea8913cc9e0aff" +content-hash = "c4556b4165efd6fac11e1fa33177378fbafb96f6c13b4e194137ba0d67cb4ce8" diff --git a/pyproject.toml b/pyproject.toml index a9f5ba4e..ac8ec707 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ Changelog = "https://github.com/hacf-fr/freebox-api/releases" [tool.poetry.dependencies] python = "^3.8.18" -urllib3 = "^1.26.18" +urllib3 = ">=1.26.18,<3.0.0" aiohttp = ">=3,<4" importlib-metadata = {version = ">=3.3,<5.0", python = "<3.12"}