From f4e1a32f5e535a7afc262586be7b3cb8ed9ede0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 11:19:27 +0000 Subject: [PATCH] Bump httpx from 0.25.2 to 0.28.1 in /backend Bumps [httpx](https://github.com/encode/httpx) from 0.25.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.25.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 5d4c2c4..c47d295 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -13,4 +13,4 @@ python-dotenv==1.0.0 pydantic==2.5.0 alembic==1.12.1 pytest==7.4.3 -httpx==0.25.2 +httpx==0.28.1