From f1822bb7af0c8705f50a51bbd03438fdf700f842 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 16:32:06 +0000 Subject: [PATCH] chore(deps): update httpx requirement in /services/zc 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] --- services/zc/app/requirements.txt | 2 +- services/zc/requirements-enterprise.txt | 2 +- services/zc/webapp/requirements-web.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/services/zc/app/requirements.txt b/services/zc/app/requirements.txt index 657b2d4..13a89e5 100644 --- a/services/zc/app/requirements.txt +++ b/services/zc/app/requirements.txt @@ -29,7 +29,7 @@ python-multipart>=0.0.9 pytest>=8.2.0 pytest-asyncio>=0.23.0 pytest-cov>=5.0.0 -httpx>=0.27.0 +httpx>=0.28.1 ## Development ruff>=0.4.0 diff --git a/services/zc/requirements-enterprise.txt b/services/zc/requirements-enterprise.txt index 00a5b93..6e2713c 100644 --- a/services/zc/requirements-enterprise.txt +++ b/services/zc/requirements-enterprise.txt @@ -57,7 +57,7 @@ pydantic-settings>=2.5.0 # === Testing === pytest>=8.3.0 pytest-asyncio>=0.24.0 -httpx>=0.27.0 +httpx>=0.28.1 # === Development Tools === black>=24.8.0 diff --git a/services/zc/webapp/requirements-web.txt b/services/zc/webapp/requirements-web.txt index b13e443..210949f 100644 --- a/services/zc/webapp/requirements-web.txt +++ b/services/zc/webapp/requirements-web.txt @@ -6,4 +6,4 @@ fastapi>=0.115.0 uvicorn[standard]>=0.30.0 # Required by fastapi.testclient.TestClient (tests/test_webapp_server.py); # not a transitive dependency of fastapi or uvicorn[standard] on their own. -httpx>=0.27.0 +httpx>=0.28.1