From 283882e6e635a7fea17e87190db52a876426e9ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 10:50:19 +0000 Subject: [PATCH] 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] --- dashboard/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/requirements.txt b/dashboard/requirements.txt index a00461f..a7d6c2f 100644 --- a/dashboard/requirements.txt +++ b/dashboard/requirements.txt @@ -2,7 +2,7 @@ fastapi>=0.115.0 uvicorn[standard]>=0.34.0 jinja2>=3.1.0 python-multipart>=0.0.12 -httpx>=0.28.0 +httpx>=0.28.1 itsdangerous>=2.2.0 python-dotenv>=1.1.0 asyncpg>=0.31.0