From 71d8bdc670683bf7c937545a67608fc11b0cc47d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 20:01:24 +0000 Subject: [PATCH] fix(deps): update dependency httpx to ^0.28.0 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b9ade68..de86706 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ python-dotenv = "^1.0.0" azure-identity = "^1.14.0" azure-keyvault-secrets = "^4.7.0" orjson = "^3.10.3" -httpx = "^0.27.0" +httpx = "^0.28.0" pydantic = "^2.8.2" pyhumps = "^3.8.0" croniter = "^5.0.0" @@ -93,7 +93,7 @@ pytest-order = "^1.0.1" parameterized = "*" requests = "^2.31.0" types-requests = "^2.31.0.20240125" -httpx = "^0.27.0" +httpx = "^0.28.0" faker = "^33.0.0" [build-system]