From a307b836e98bcb151fb1e7008e06dae640f8151c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 00:50:16 +0000 Subject: [PATCH] chore(deps): update httpx requirement in /scripts/project-templates/web 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.26.0...0.28.1) --- updated-dependencies: - dependency-name: httpx dependency-version: 0.28.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scripts/project-templates/web/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/project-templates/web/requirements.txt b/scripts/project-templates/web/requirements.txt index 49c5c2d..66bf6fb 100644 --- a/scripts/project-templates/web/requirements.txt +++ b/scripts/project-templates/web/requirements.txt @@ -12,7 +12,7 @@ sqlalchemy>=2.0.25,<3.0.0 alembic>=1.13.0,<2.0.0 # HTTP Client -httpx>=0.26.0,<0.27.0 +httpx>=0.26.0,<0.29.0 requests>=2.31.0,<3.0.0 # Authentication & Security