From 5f52c933e2d1901d454ac71644e4e9de27f37b61 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 12:08:02 +0000 Subject: [PATCH] Update dependency pytest-httpx to ^0.35.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 6f6d3bd..1510051 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ tox = "^4.15.0" pytest-randomly = "^3.15.0" pytest-sugar = "^1.0.0" sqlalchemy-utils = "^0.41.2" -pytest-httpx = "^0.34.0" +pytest-httpx = "^0.35.0" types-dateparser = "^1.2.0.20240420" types-python-dateutil = "^2.9.0.20240316"