From e34e9a604700286e2aa722f4b0058b0c11d86264 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 15:42:14 +0000 Subject: [PATCH] Update dependency pytest-httpx to ^0.34.0 --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 117bfc4..90c6771 100644 --- a/poetry.lock +++ b/poetry.lock @@ -791,21 +791,21 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "virtualenv"] [[package]] name = "pytest-httpx" -version = "0.30.0" +version = "0.34.0" description = "Send responses to httpx." optional = false python-versions = ">=3.9" files = [ - {file = "pytest-httpx-0.30.0.tar.gz", hash = "sha256:755b8edca87c974dd4f3605c374fda11db84631de3d163b99c0df5807023a19a"}, - {file = "pytest_httpx-0.30.0-py3-none-any.whl", hash = "sha256:6d47849691faf11d2532565d0c8e0e02b9f4ee730da31687feae315581d7520c"}, + {file = "pytest_httpx-0.34.0-py3-none-any.whl", hash = "sha256:42cf0a66f7b71b9111db2897e8b38a903abd33a27b11c48aff4a3c7650313af2"}, + {file = "pytest_httpx-0.34.0.tar.gz", hash = "sha256:3ca4b0975c0f93b985f17df19e76430c1086b5b0cce32b1af082d8901296a735"}, ] [package.dependencies] httpx = "==0.27.*" -pytest = ">=7,<9" +pytest = "==8.*" [package.extras] -testing = ["pytest-asyncio (==0.23.*)", "pytest-cov (==4.*)"] +testing = ["pytest-asyncio (==0.24.*)", "pytest-cov (==5.*)"] [[package]] name = "pytest-randomly" @@ -1196,4 +1196,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = ">=3.12,<4.0" -content-hash = "eb3e3fc6ee4fb179c4fd47f7fc8d215a9a14ae708999c922715ca43b8f0a4c9d" +content-hash = "cb3f26acc86ffd9078acc3b6ccfb518b2f4fc609f68b8643538547ff2430bae6" diff --git a/pyproject.toml b/pyproject.toml index 117186b..6f6d3bd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ tox = "^4.15.0" pytest-randomly = "^3.15.0" pytest-sugar = "^1.0.0" sqlalchemy-utils = "^0.41.2" -pytest-httpx = "^0.30.0" +pytest-httpx = "^0.34.0" types-dateparser = "^1.2.0.20240420" types-python-dateutil = "^2.9.0.20240316"