From 7eff5555685b71ab9dd09a38a7f6c2dde88c9930 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 13:03:21 +0000 Subject: [PATCH] Bump psutil from 6.1.0 to 6.1.1 in /package (#2230) Bumps [psutil](https://github.com/giampaolo/psutil) from 6.1.0 to 6.1.1. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-6.1.0...release-6.1.1) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package/test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/test_requirements.txt b/package/test_requirements.txt index 569b07007..1ce7b8498 100644 --- a/package/test_requirements.txt +++ b/package/test_requirements.txt @@ -9,7 +9,7 @@ boto3~=1.35 matplotlib~=3.9 mypy~=1.11 moto~=5.0.21 -psutil==6.1.0 # same as Kedro for now +psutil==6.1.1 # same as Kedro for now pytest~=8.3 pytest-asyncio~=0.21 pytest-mock~=3.14