diff --git a/poetry.lock b/poetry.lock index 41d8a26f..59b58701 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3631,17 +3631,18 @@ files = [ [[package]] name = "urllib3" -version = "2.1.0" +version = "2.2.2" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.8" files = [ - {file = "urllib3-2.1.0-py3-none-any.whl", hash = "sha256:55901e917a5896a349ff771be919f8bd99aff50b79fe58fec595eb37bbc56bb3"}, - {file = "urllib3-2.1.0.tar.gz", hash = "sha256:df7aa8afb0148fa78488e7899b2c59b5f4ffcfa82e6c54ccb9dd37c1d7b52d54"}, + {file = "urllib3-2.2.2-py3-none-any.whl", hash = "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472"}, + {file = "urllib3-2.2.2.tar.gz", hash = "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168"}, ] [package.extras] brotli = ["brotli (>=1.0.9)", "brotlicffi (>=0.8.0)"] +h2 = ["h2 (>=4,<5)"] socks = ["pysocks (>=1.5.6,!=1.5.7,<2.0)"] zstd = ["zstandard (>=0.18.0)"] @@ -3894,4 +3895,4 @@ sane = ["python-sane"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "8d7f5469745f4631639879f31632aa2eac52128f714e764acc54fb4a5462ee0b" +content-hash = "9cd5a3014c10a5626e791b498bfbc6888d3262874b330870461995268dd4cc3c" diff --git a/pyproject.toml b/pyproject.toml index 8a86874a..c332c2fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,6 +71,7 @@ nbformat = { version = "5.9.2", optional = true } requests = "2.32.3" python-sane = { version = "2.9.1", optional = true } idna = "3.7" +urllib3 = "2.2.2" [tool.poetry.extras] process = [