From abf607cd443e26f2d3b85eee721fa6543d49f8cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 14:13:42 +0000 Subject: [PATCH] Bump httpx2 from 2.4.0 to 2.5.0 in /UDKTests Bumps [httpx2](https://github.com/pydantic/httpx2) from 2.4.0 to 2.5.0. - [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.4.0...v2.5.0) --- updated-dependencies: - dependency-name: httpx2 dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- UDKTests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UDKTests/requirements.txt b/UDKTests/requirements.txt index ed9f0c0..4ccd50c 100644 --- a/UDKTests/requirements.txt +++ b/UDKTests/requirements.txt @@ -1,4 +1,4 @@ -httpx2==2.4.0 +httpx2==2.5.0 loguru==0.7.3 psutil==7.2.2 py7zr==1.1.3