diff --git a/poetry.lock b/poetry.lock index 2b17bbd7f..5567c7c9c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4995,13 +4995,13 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-httpserver" -version = "1.0.12" +version = "1.1.0" description = "pytest-httpserver is a httpserver for pytest" optional = false python-versions = ">=3.8" files = [ - {file = "pytest_httpserver-1.0.12-py3-none-any.whl", hash = "sha256:dae1c79ec7aeda83bfaaf4d0a400867a4b1bc6bf668244daaf13aa814e3022da"}, - {file = "pytest_httpserver-1.0.12.tar.gz", hash = "sha256:c14600b8efb9ea8d7e63251a242ab987f13028b36d3d397ffaca3c929f67eb16"}, + {file = "pytest_httpserver-1.1.0-py3-none-any.whl", hash = "sha256:7ef88be8ed3354b6784daa3daa75a422370327c634053cefb124903fa8d73a41"}, + {file = "pytest_httpserver-1.1.0.tar.gz", hash = "sha256:6b1cb0199e2ed551b1b94d43f096863bbf6ae5bcd7c75c2c06845e5ce2dc8701"}, ] [package.dependencies] @@ -7070,4 +7070,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "acf998df35aab168f7a27b2d45cef424efb3912d830589289c2690e87097eedf" +content-hash = "a2952354b0def903921c49ee90bbcddf2fba0b09cd95a503db0084783eb789dd" diff --git a/pyproject.toml b/pyproject.toml index e26d09def..c75172717 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pytest-cov = "5.0.0" flake8 = "7.1.1" black = "24.8.0" pre-commit = "3.8.0" -pytest_httpserver = "1.0.12" +pytest_httpserver = "1.1.0" trustme = "1.1.0" jupyter = "1.0.0" pytest-asyncio = "^0.23.8"