diff --git a/poetry.lock b/poetry.lock index c84071c1..39fd3e2d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3980,14 +3980,14 @@ dev = ["flake8", "flake8-annotations", "flake8-bandit", "flake8-bugbear", "flake [[package]] name = "urllib3" -version = "2.4.0" +version = "2.5.0" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "urllib3-2.4.0-py3-none-any.whl", hash = "sha256:4e16665048960a0900c702d4a66415956a584919c03361cac9f1df5c5dd7e813"}, - {file = "urllib3-2.4.0.tar.gz", hash = "sha256:414bc6535b787febd7567804cc015fee39daab8ad86268f1310a9250697de466"}, + {file = "urllib3-2.5.0-py3-none-any.whl", hash = "sha256:e6b01673c0fa6a13e374b50871808eb3bf7046c4b125b216f6bf1cc604cff0dc"}, + {file = "urllib3-2.5.0.tar.gz", hash = "sha256:3fc47733c7e419d4bc3f6b3dc2b4f890bb743906a30d56ba4a5bfa4bbff92760"}, ] [package.extras] @@ -4106,4 +4106,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.9, <4.0" -content-hash = "a6f66f72fa92d54af0530b56797f4ce3d55dac2059ee0f395d6c0bd5189ffc97" +content-hash = "5b5f8474592c44641cce76eea3b0facb3e9c5771189b0c60b67efc5a37f868f8" diff --git a/pyproject.toml b/pyproject.toml index 69e87d4e..6e81189c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ matplotlib = "^3.5.2" numexpr = "^2.8.3" numpy = "^1.23.1" scipy = "^1.13.1" -urllib3 = "2.4.0" +urllib3 = "2.5.0" [tool.poetry.group.dev] optional = true