From 61c599a577de798f15a1391b602a0a88489de804 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux-kflux-prd-rh02[bot]" <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 00:26:19 +0000 Subject: [PATCH] chore(deps): update dependency pytest-httpx to ^0.36.0 Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d9641c25..7742df64 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,7 +105,7 @@ pylint = "^4.0.0" pytest-asyncio = "^1.0.0" types-python-dateutil = "^2.9.0.20241206" types-aiofiles = "^24.1.0.20250516" -pytest-httpx = "^0.35.0" +pytest-httpx = "^0.36.0" types-pyyaml = "^6.0.12.20250516" types-aioboto3 = "^13.2.0" pytest-lazy-fixtures = "^1.3.2"