From eb3d6d76d7d0978ffe25051970f800bed4187be1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 01:08:36 +0000 Subject: [PATCH] Bump psutil from 6.0.0 to 6.1.0 in /packaging/tests Bumps [psutil](https://github.com/giampaolo/psutil) from 6.0.0 to 6.1.0. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-6.0.0...release-6.1.0) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packaging/tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/tests/requirements.txt b/packaging/tests/requirements.txt index 3d94aa8518..7da9efd4e1 100644 --- a/packaging/tests/requirements.txt +++ b/packaging/tests/requirements.txt @@ -1,6 +1,6 @@ docker==7.1.0 iterators==0.2.0 -psutil==6.0.0 +psutil==6.1.0 pytest==8.3.3 pytest-html==4.1.1 pytest-xdist==3.6.1