From 52270e05190846e6de64c285fd7b17e5b002ee3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 19:07:37 +0000 Subject: [PATCH] build(deps): bump httpx from 0.27.2 to 0.28.1 in /python-server Bumps [httpx](https://github.com/encode/httpx) from 0.27.2 to 0.28.1. - [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.27.2...0.28.1) --- updated-dependencies: - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-server/requirements.txt b/python-server/requirements.txt index 8ca89ed..98dcb4a 100644 --- a/python-server/requirements.txt +++ b/python-server/requirements.txt @@ -3,7 +3,7 @@ fastapi==0.139.2 starlette==1.3.1 uvicorn==0.32.1 -httpx==0.27.2 +httpx==0.28.1 python-multipart==0.0.31 numpy==2.1.2 opencv-python==4.12.0.88