From b60e7a7bcf79f34f8bae1d3fce3697a9b416fdf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:41:25 +0000 Subject: [PATCH] chore(deps): update httpx requirement from >=0.28.0 to >=0.28.1 Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.28.0...0.28.1) --- updated-dependencies: - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e4a9037a..b1e96307 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "itsdangerous>=2.2.0", "structlog>=24.0.0", "slowapi>=0.1.9", - "httpx>=0.28.0", + "httpx>=0.28.1", "litellm>=1.82.4,<=1.82.6", # SECURITY: 1.82.7+ compromised (supply chain attack 2026-03-24) ] @@ -63,7 +63,7 @@ dev = [ "pytest-asyncio>=0.24.0", "pytest-bdd>=8.0.0", "pytest-cov>=6.0.0", - "httpx>=0.28.0", + "httpx>=0.28.1", "ruff>=0.11.0", "mypy>=1.10.0", "bandit>=1.8.0",