From 8ade23c141f45fd8fb245972d3de1d8516e3d70f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 12:25:15 +0000 Subject: [PATCH] chore(deps): bump httpx from 0.27.0 to 0.28.1 in /backend Bumps [httpx](https://github.com/encode/httpx) from 0.27.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.27.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 cf73f33..b2e8c3e 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,6 +5,6 @@ sqlalchemy==2.0.35 pydantic==2.9.2 psycopg2-binary==2.9.9 python-dotenv==1.2.2 -httpx==0.27.0 +httpx==0.28.1 PyJWT==2.13.0 slowapi==0.1.9 \ No newline at end of file