From 1e2c22c890883ebc2660010d972b655f93d95b68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 17:51:07 +0000 Subject: [PATCH] Update dependency pytest-httpx to ^0.36.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 61627d5..ea89da5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ tox = "^4.24.2" pytest-randomly = "^3.16.0" pytest-sugar = "^1.0.0" sqlalchemy-utils = "^0.41.2" -pytest-httpx = "^0.34.0" +pytest-httpx = "^0.36.0" types-dateparser = "^1.2.0.20250208" types-python-dateutil = "^2.9.0.20241206"