From 151e6c44079bfe62227d6253fa1a82206c6805c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 21:30:51 +0000 Subject: [PATCH] Bump httpx from 0.27.2 to 0.28.1 in /UDKTests Bumps [httpx](https://github.com/encode/httpx) from 0.27.2 to 0.28.1. - [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.2...0.28.1) --- updated-dependencies: - dependency-name: httpx 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 f8950f2..05e6e95 100644 --- a/UDKTests/requirements.txt +++ b/UDKTests/requirements.txt @@ -1,4 +1,4 @@ -httpx==0.27.2 +httpx==0.28.1 loguru==0.7.2 psutil==6.1.1 py7zr==0.22.0