From b064d1b4cfa908840c4bfac24e069638bc84fd27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jul 2024 15:25:54 +0000 Subject: [PATCH] Bump httpx from 0.25.0 to 0.27.0 in /tests/UDKTests Bumps [httpx](https://github.com/encode/httpx) from 0.25.0 to 0.27.0. - [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.25.0...0.27.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/UDKTests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/UDKTests/requirements.txt b/tests/UDKTests/requirements.txt index caad595..d15a1ff 100644 --- a/tests/UDKTests/requirements.txt +++ b/tests/UDKTests/requirements.txt @@ -1,4 +1,4 @@ -httpx==0.25.0 +httpx==0.27.0 psutil==6.0.0 py7zr==0.21.1 tqdm==4.66.4