From a84857bc466d2555d92d13546c326eaf2df74c3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 17:18:02 +0000 Subject: [PATCH] Bump psutil from 5.9.6 to 6.0.0 in /tests/UDKTests Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.6 to 6.0.0. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.6...release-6.0.0) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-major ... 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 c76f4ba..d0880de 100644 --- a/tests/UDKTests/requirements.txt +++ b/tests/UDKTests/requirements.txt @@ -1,5 +1,5 @@ httpx==0.25.0 -psutil==5.9.6 +psutil==6.0.0 py7zr==0.20.6 tqdm==4.66.4 udk_configparser==1.1.1