From e64677b8a2fa776d24038466b7bd566a07d86f31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 12:42:10 +0900 Subject: [PATCH] Update psutil requirement from <6,>=5 to >=6.0.0,<7 (#1522) 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-5.0.0...release-6.0.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> --- requirements/testing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/testing.txt b/requirements/testing.txt index ae8fbf8b..c162ba5d 100644 --- a/requirements/testing.txt +++ b/requirements/testing.txt @@ -11,7 +11,7 @@ flake8>=5.0.4,<8 black>=22.8.0; python_version=="3.6" black==22.10.0; python_version>"3.6" click==8.0.4 # black is affected by https://github.com/pallets/click/issues/2225 -psutil>=5,<6 +psutil>=6.0.0,<7 # used only under slack_sdk/*_store boto3<=2 # For AWS tests