diff --git a/acceptance_tests/poetry.lock b/acceptance_tests/poetry.lock index ea587863..e5af243b 100644 --- a/acceptance_tests/poetry.lock +++ b/acceptance_tests/poetry.lock @@ -525,13 +525,13 @@ files = [ [[package]] name = "urllib3" -version = "2.0.6" +version = "2.0.7" description = "HTTP library with thread-safe connection pooling, file post, and more." optional = false python-versions = ">=3.7" files = [ - {file = "urllib3-2.0.6-py3-none-any.whl", hash = "sha256:7a7c7003b000adf9e7ca2a377c9688bbc54ed41b985789ed576570342a375cd2"}, - {file = "urllib3-2.0.6.tar.gz", hash = "sha256:b19e1a85d206b56d7df1d5e683df4a7725252a964e3993648dd0fb5a1c157564"}, + {file = "urllib3-2.0.7-py3-none-any.whl", hash = "sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e"}, + {file = "urllib3-2.0.7.tar.gz", hash = "sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84"}, ] [package.extras] @@ -543,4 +543,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = ">=3.10,<3.11" -content-hash = "fc23d645379c6301115441f673e033a9980537883a466d41908080508ab6477d" +content-hash = "649d7de3dc96dff90f9274d1adaa6196513bba7a7cef902100963bc01dd47e5e" diff --git a/acceptance_tests/pyproject.toml b/acceptance_tests/pyproject.toml index c3bbc1a9..a6f157f0 100644 --- a/acceptance_tests/pyproject.toml +++ b/acceptance_tests/pyproject.toml @@ -18,4 +18,4 @@ requests = "2.31.0" lxml = "4.9.3" certifi = "2023.7.22" OWSLib = "0.29.2" -urllib3 = "2.0.6" +urllib3 = "2.0.7"