From 9ab9a94cecf055c1aefc4bea8e590fee5d7e585a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 16:37:02 +0000 Subject: [PATCH] chore(deps-dev): update httpx2 requirement from >=2.9.0 to >=2.9.1 Updates the requirements on [httpx2](https://github.com/pydantic/httpx2) to permit the latest version. - [Release notes](https://github.com/pydantic/httpx2/releases) - [Changelog](https://github.com/pydantic/httpx2/blob/main/src/httpx2/CHANGELOG.md) - [Commits](https://github.com/pydantic/httpx2/compare/v2.9.0...v2.9.1) --- updated-dependencies: - dependency-name: httpx2 dependency-version: 2.9.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index fdf614f..fabfcfb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -7,4 +7,4 @@ PyYAML>=6.0 # starlette's TestClient (used by tests/test_api.py) requires httpx2; # it falls back to httpx with a deprecation warning, and raises if neither # is installed. Nothing else in this file or api/requirements.txt pulls it in. -httpx2>=2.9.0 +httpx2>=2.9.1