From c257d8d48365361e3118587c964a09569d6610ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 23:31:40 +0000 Subject: [PATCH] Update dependency pytest-httpx to ~=0.34.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index fab7e28..875c630 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -91,8 +91,8 @@ test = [ "pytest-asyncio~=0.21.2", "pytest-cov~=5.0.0; python_version<'3.9'", "pytest-cov~=6.0.0; python_version>='3.9'", - "pytest-httpx~=0.22.0; python_version<'3.9'", - "pytest-httpx~=0.33.0; python_version>='3.9'", + "pytest-httpx~=0.34.0; python_version<'3.9'", + "pytest-httpx~=0.34.0; python_version>='3.9'", "pytest-mock~=3.14.0", "requests-mock~=1.12.1", ]