From e4fcde0b41b0591d16a876e9f16ddad2b62023d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 07:20:15 +0000 Subject: [PATCH] chore(deps): update httpx2 requirement from >=2.0.0 to >=2.12.0 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.0.0...v2.12.0) --- updated-dependencies: - dependency-name: httpx2 dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 82d89e5..c4ae4c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ pydantic-settings>=2.4.0 SQLModel>=0.0.22 APScheduler>=3.10.0 httpx>=0.27.0 -httpx2>=2.0.0 +httpx2>=2.12.0 python-dotenv>=1.0.0 tzdata>=2024.1 Pillow>=11.0.0