From c9266033f06998db7e2438c1da8a70ed506a93d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 21:36:32 +0000 Subject: [PATCH] chore(deps): update httpx requirement in /apps/api Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] --- apps/api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/requirements.txt b/apps/api/requirements.txt index 806cf9d9..04bbc4d4 100644 --- a/apps/api/requirements.txt +++ b/apps/api/requirements.txt @@ -6,6 +6,6 @@ sqlmodel>=0.0.22 alembic>=1.13.2 boto3>=1.34.0 PyJWT>=2.9.0 -httpx>=0.27.0 +httpx>=0.28.1 stripe>=10.9.0 argon2-cffi>=23.1.0