diff --git a/poetry.lock b/poetry.lock index 1cc47f2c..2f8389b4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3631,13 +3631,13 @@ files = [ [[package]] name = "urllib3" -version = "2.2.2" +version = "2.2.3" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.8" files = [ - {file = "urllib3-2.2.2-py3-none-any.whl", hash = "sha256:a448b2f64d686155468037e1ace9f2d2199776e17f0a46610480d311f73e3472"}, - {file = "urllib3-2.2.2.tar.gz", hash = "sha256:dd505485549a7a552833da5e6063639d0d177c04f23bc3864e41e5dc5f612168"}, + {file = "urllib3-2.2.3-py3-none-any.whl", hash = "sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac"}, + {file = "urllib3-2.2.3.tar.gz", hash = "sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9"}, ] [package.extras] @@ -3895,4 +3895,4 @@ sane = ["python-sane"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "2ce65595543ed749d9eec0999d8dfc4d00f43d724412e6afad6ea1dbb37862de" +content-hash = "0b54be097f009efe1bb4b64391dca833147d9500993ca8958fc2afa435f20ea0" diff --git a/pyproject.toml b/pyproject.toml index 0db40542..350b4414 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +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" +urllib3 = "2.2.3" certifi = "2024.7.4" zipp = "3.19.3"