diff --git a/poetry.lock b/poetry.lock index 0670bee0..7108754c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1881,14 +1881,14 @@ testing = ["coverage (>=6.2)", "hypothesis (>=5.7.1)"] [[package]] name = "pytest-httpserver" -version = "1.1.2" +version = "1.1.3" description = "pytest-httpserver is a httpserver for pytest" optional = false python-versions = ">=3.9" groups = ["tests"] files = [ - {file = "pytest_httpserver-1.1.2-py3-none-any.whl", hash = "sha256:93009d79574fc982301e8494fdea0884f21bb0caf3bcc719151dfbd1e3a943ea"}, - {file = "pytest_httpserver-1.1.2.tar.gz", hash = "sha256:38d0b726580d05c47cbd0ced1ecb36a51668ef1596cdc6d70a9cfa2b3cc00ebd"}, + {file = "pytest_httpserver-1.1.3-py3-none-any.whl", hash = "sha256:5f84757810233e19e2bb5287f3826a71c97a3740abe3a363af9155c0f82fdbb9"}, + {file = "pytest_httpserver-1.1.3.tar.gz", hash = "sha256:af819d6b533f84b4680b9416a5b3f67f1df3701f1da54924afd4d6e4ba5917ec"}, ] [package.dependencies] @@ -2522,4 +2522,4 @@ postgresql = ["asyncpg"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "9c8e57889f878b78158632cb266330de73ddcd3b944771b12a852e275b754a41" +content-hash = "4bceeffb2e3a80f00af56e9687d74d45ea626e5df903b0fa4b71d45ca663e4c6" diff --git a/pyproject.toml b/pyproject.toml index 6ec30d0e..65775a36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ mkdocs-material = "^9.6.12" pytest = "^8.3.4" pytest-asyncio = "^0.26.0" pytest-md-report = "^0.6.2" -pytest_httpserver = "^1.1.0" +pytest_httpserver = "^1.1.3" [tool.poetry.scripts] generate-sample-data = "sample_data:main"