From 1ce4c7bd0f0f92b5ec01de6b18c3b24ac5263e01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 14:29:36 +0000 Subject: [PATCH] Bump psutil from 7.0.0 to 7.1.3 in /UDKTests Bumps [psutil](https://github.com/giampaolo/psutil) from 7.0.0 to 7.1.3. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.0.0...release-7.1.3) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.1.3 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 8b1d140..fa3fd54 100644 --- a/UDKTests/requirements.txt +++ b/UDKTests/requirements.txt @@ -1,6 +1,6 @@ httpx==0.28.1 loguru==0.7.3 -psutil==7.0.0 +psutil==7.1.3 py7zr==1.0.0 tqdm==4.67.1 udk_configparser==1.1.1