From 2adbc8a3765b83ff3a9ddd0a9d91194aa97a5928 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 20:18:57 +0000 Subject: [PATCH] Update dependency pytest-httpx to ^0.36.0 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- 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"