From b8eea92c42e1020e8ae8bb963703be6c37d1af14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 17:17:02 +0000 Subject: [PATCH] chore(deps): update httpx requirement from >=0.26.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.26.0...0.28.1) --- updated-dependencies: - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 48bd9f2..ddaca7b 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -7,7 +7,7 @@ python-multipart>=0.0.6 requests>=2.31.0 beautifulsoup4>=4.12.0 lxml>=5.0.0 -httpx>=0.26.0 +httpx>=0.28.1 # Monitoring & Metrics (optional, for enterprise features) prometheus-client>=0.19.0