diff --git a/poetry.lock b/poetry.lock index fba54e983..fd7a59574 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4981,13 +4981,13 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-httpserver" -version = "1.0.10" +version = "1.0.12" description = "pytest-httpserver is a httpserver for pytest" optional = false python-versions = ">=3.8" files = [ - {file = "pytest_httpserver-1.0.10-py3-none-any.whl", hash = "sha256:d40e0cc3d61ed6e4d80f52a796926d557a7db62b17e43b3e258a78a3c34becb9"}, - {file = "pytest_httpserver-1.0.10.tar.gz", hash = "sha256:77b9fbc2eb0a129cfbbacc8fe57e8cafe071d506489f31fe31e62f1b332d9905"}, + {file = "pytest_httpserver-1.0.12-py3-none-any.whl", hash = "sha256:dae1c79ec7aeda83bfaaf4d0a400867a4b1bc6bf668244daaf13aa814e3022da"}, + {file = "pytest_httpserver-1.0.12.tar.gz", hash = "sha256:c14600b8efb9ea8d7e63251a242ab987f13028b36d3d397ffaca3c929f67eb16"}, ] [package.dependencies] @@ -7027,4 +7027,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "e58093901dc07bc19897a97f58555f3f99061c663608857ac9b9720893b43ad6" +content-hash = "6019c8823f686908de765feba4d7b72fba030a5a2957517e3fa145a7cf2035d7" diff --git a/pyproject.toml b/pyproject.toml index c0db95059..23bbedecf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pytest-cov = "5.0.0" flake8 = "7.1.0" black = "24.4.2" pre-commit = "3.7.1" -pytest_httpserver = "1.0.10" +pytest_httpserver = "1.0.12" trustme = "1.1.0" jupyter = "1.0.0" pytest-asyncio = "^0.23.7"