From d3d87621a89b22ad421b3fd6e25e4592f63e7d52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 15:53:36 +0000 Subject: [PATCH] deps(deps): bump httpx from 0.26.0 to 0.28.1 in /backend Bumps [httpx](https://github.com/encode/httpx) from 0.26.0 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.26.0...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 c751394..0cbc10b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -8,7 +8,7 @@ psycopg2-binary==2.9.9 redis==5.0.1 alembic==1.13.1 python-dotenv==1.0.0 -httpx==0.26.0 +httpx==0.28.1 stellar-sdk==9.0.0 prometheus-client==0.22.1 PyJWT==2.8.0