From 944f7d644f21ec98f5d220ba0d6c4c4ce324272f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 14:24:57 +0000 Subject: [PATCH] Renovate: dependency httpx to ==0.28.* --- pixl_core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixl_core/pyproject.toml b/pixl_core/pyproject.toml index 02557fcf..207c2c33 100644 --- a/pixl_core/pyproject.toml +++ b/pixl_core/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ [project.optional-dependencies] test = [ - "httpx==0.27.*", + "httpx==0.28.*", "pytest==8.3.2", "pytest-asyncio==0.24.0", "pytest-check==2.3.1",