From 698c51d39c10d78b38e5f79228ec0cd47633dd0b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 17:51:19 +0000 Subject: [PATCH] chore(deps): update dependency pytest-httpx to v0.36.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eeec8d2e..7f5b704b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ pydantic = ">=2.11.7" [tool.poetry.group.dev.dependencies] pre-commit = "^4.0.0" pytest = "8.3.5" -pytest-httpx = "0.31.2" +pytest-httpx = "0.36.0" freezegun = "^1.2.2" pydantic = "^2.5.3" mypy = "^1.8.0"