diff --git a/poetry.lock b/poetry.lock index 6dff8f6c..9e8f6b41 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1067,13 +1067,13 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-httpx" -version = "0.23.1" +version = "0.24.0" description = "Send responses to httpx." optional = false python-versions = ">=3.9" files = [ - {file = "pytest_httpx-0.23.1-py3-none-any.whl", hash = "sha256:ba38a9e6c685d3cf6197551a79bf7e41f8bbc57a6d1de65b537f77e87f56ecd3"}, - {file = "pytest_httpx-0.23.1.tar.gz", hash = "sha256:cfed19eb8b13cbdf464bbb1c4ef88717d88d42334aa9ce516e56e46975c77f74"}, + {file = "pytest_httpx-0.24.0-py3-none-any.whl", hash = "sha256:193cecb57a005eb15288f68986f328d4c8d06c0b7c4ef1ce512e024cbb1d5961"}, + {file = "pytest_httpx-0.24.0.tar.gz", hash = "sha256:259e6266cf3e04eb8fcc18dff262657ad96f6b8668dc2171fb353eaec5571889"}, ] [package.dependencies] @@ -1588,4 +1588,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.8.1,<4" -content-hash = "a490cef16b6b07544e5a89e7dc1b8ed68d2f1b4a67d75012f59f7633123745fb" +content-hash = "f104fbb62e47f19c8c9fc9bb54c569f7c82358cf4e438339998451920365d769" diff --git a/pyproject.toml b/pyproject.toml index aeb45267..fad8f384 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ taskipy = "^1.10.4" pytest = "^7.3.1" pytest-asyncio = "^0.21.0" pytest-cov = ">=3,<5" -pytest-httpx = { version = "^0.23.1", python = ">=3.9,<4" } +pytest-httpx = { version = ">=0.23.1,<0.25.0", python = ">=3.9,<4" } [tool.poetry.group.lint.dependencies] ruff = ">=0.0.278,<0.0.286"