From cf0331b2732307b2524bb86069a6a3cb37cc9014 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 16:43:56 +0000 Subject: [PATCH] fix(deps): update httpx --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ae283cd..56f8c5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ earhorn = "earhorn.main:cli" [tool.poetry.dependencies] python = ">=3.9,<4.0" click = "^8.0.1" -httpx = "^0.27.0" +httpx = "^0.28.0" lxml = "^5.0.0" prometheus-client = "^0.21.0" pydantic = "^2.0.0" @@ -46,7 +46,7 @@ mypy = "^1.0" pylint = "^3.0.0" pytest = "^8.0.0" pytest-cov = "^5.0.0" -pytest-httpx = "^0.32.0" +pytest-httpx = "^0.34.0" pytest-xdist = "^3.0.0" testcontainers = "^4.0.0" types-boto3 = "^1.0.2"