diff --git a/poetry.lock b/poetry.lock index fbf04a84..cacc522d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1606,19 +1606,20 @@ files = [ [[package]] name = "urllib3" -version = "1.26.17" +version = "2.0.6" 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.17-py2.py3-none-any.whl", hash = "sha256:94a757d178c9be92ef5539b8840d48dc9cf1b2709c9d6b588232a055c524458b"}, - {file = "urllib3-1.26.17.tar.gz", hash = "sha256:24d6a242c28d29af46c3fae832c36db3bbebcc533dd1bb549172cd739c82df21"}, + {file = "urllib3-2.0.6-py3-none-any.whl", hash = "sha256:7a7c7003b000adf9e7ca2a377c9688bbc54ed41b985789ed576570342a375cd2"}, + {file = "urllib3-2.0.6.tar.gz", hash = "sha256:b19e1a85d206b56d7df1d5e683df4a7725252a964e3993648dd0fb5a1c157564"}, ] [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" @@ -1687,4 +1688,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.18" -content-hash = "a83d7c077078dfc80c11a47f3b164671bb3bc74fadc0ed13617211a4c4f05610" +content-hash = "225253f7443432ad4a53cb74cbb267d687f697f87bc17c43a450b7082e663408" diff --git a/pyproject.toml b/pyproject.toml index 969c6e5f..4f5a7ec4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ Changelog = "https://github.com/hacf-fr/meteofrance-api/releases" [tool.poetry.dependencies] python = "^3.8.18" requests = "^2.25.1" -urllib3 = "^1.26.17" +urllib3 = ">=1.26.17,<3.0.0" pytz = ">=2020.4" typing-extensions = {version = ">=3.8.18,<5.0.0", python = "~3.8 || ~3.9 || ~3.10 || ~3.11"}