From 2ee12cf166ee14519d5e78ecc3ffb21ad3abe9fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 20:16:51 +0000 Subject: [PATCH] chore(deps): bump httpx from 0.27.2 to 0.28.1 in /backend 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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index b5e32a0..dcc08cf 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -32,7 +32,7 @@ python-multipart==0.0.22 # Testing pytest==9.0.3 -httpx==0.27.2 # required by FastAPI TestClient +httpx==0.28.1 # required by FastAPI TestClient # Type checking mypy==1.13.0