diff --git a/poetry.lock b/poetry.lock index ad5d6321..f75343d3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3567,13 +3567,13 @@ dev = ["flake8", "flake8-annotations", "flake8-bandit", "flake8-bugbear", "flake [[package]] name = "urllib3" -version = "2.2.3" +version = "2.3.0" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "urllib3-2.2.3-py3-none-any.whl", hash = "sha256:ca899ca043dcb1bafa3e262d73aa25c465bfb49e0bd9dd5d59f1d0acba2f8fac"}, - {file = "urllib3-2.2.3.tar.gz", hash = "sha256:e7d814a81dad81e6caf2ec9fdedb284ecc9c73076b62654547cc64ccdcae26e9"}, + {file = "urllib3-2.3.0-py3-none-any.whl", hash = "sha256:1cee9ad369867bfdbbb48b7dd50374c0967a0bb7710050facf0dd6911440e3df"}, + {file = "urllib3-2.3.0.tar.gz", hash = "sha256:f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d"}, ] [package.extras] @@ -3664,4 +3664,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = ">=3.9, <3.12" -content-hash = "8d967dd096ef03fc63364c93ff3e54bc70f6cf3a58326cc279e34b449698fe22" +content-hash = "5840fd4328c96f6726eb79d9a8cd59503edca84ae3df916ce6000cae0aa48a2d" diff --git a/pyproject.toml b/pyproject.toml index 71002d15..384a1070 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ numexpr = "^2.8.3" numpy = "^1.23.1" scipy = "^1.9.0" sphinx = "^5.1.1" -urllib3 = "2.2.3" +urllib3 = "2.3.0" [tool.poetry.dev-dependencies]