From a9d44354e221b3b6577d74f2061df92e8040baa3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 13:43:10 +0000 Subject: [PATCH] build(deps): update httpx requirement from >=0.28.0 to >=0.28.1 in /app 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] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 49872f3..37dabae 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -2,4 +2,4 @@ fastapi>=0.115.0 uvicorn[standard]>=0.32.0 prometheus-client>=0.21.0 pytest>=8.3.0 -httpx>=0.28.0 +httpx>=0.28.1