From c2d7100a6bdf0dd51e80a2eade0b5d3f3a71184b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 11:09:59 +0100 Subject: [PATCH] Update psutil requirement from ~=6.0 to ~=6.1 (#4247) Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version. - [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 ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Merel Theisen <49397448+merelcht@users.noreply.github.com> --- features/windows_reqs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/windows_reqs.txt b/features/windows_reqs.txt index 53d4407a4c..0862043891 100644 --- a/features/windows_reqs.txt +++ b/features/windows_reqs.txt @@ -3,7 +3,7 @@ # everything, so just this subset will be enough for CI behave==1.2.6 pandas~=1.3 -psutil~=6.0 +psutil~=6.1 requests~=2.32 toml~=0.10.1 PyYAML>=4.2, <7.0