From dcdbba7faf431053778ddf251a91a97a124953b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:22:53 +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/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index c21dd143..7d4fee7c 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "aiosqlite>=0.20.0", "asyncpg>=0.30.0", "PyJWT>=2.8.0", - "httpx>=0.27.0", + "httpx>=0.28.1", "cryptography>=42.0.0", "redis[hiredis]>=5.0.0", ] @@ -29,7 +29,7 @@ dev = [ "pytest>=8.0.0", "pytest-asyncio>=0.23.0", "pytest-cov>=5.0.0", - "httpx>=0.27.0", + "httpx>=0.28.1", "datamodel-code-generator>=0.25.0", "ruff>=0.3.0", "mypy>=1.8.0",