From 888e27913d286f5424d09c9e172dbc496bdc7598 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Aug 2025 12:57:24 +0000 Subject: [PATCH] Update dependency httpx to ^0.28.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 61627d5..52cd743 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ sqlalchemy = {extras = ["mypy"], version = "^2.0.39"} uvicorn = "^0.32.0" pydantic = "^2.10.6" psycopg2-binary = "^2.9.10" -httpx = "^0.27.0" +httpx = "^0.28.0" schedule = "^1.2.2" python-dateutil = "^2.9.0.post0" packaging = "^24.2"