Skip to content

Commit e64677b

Browse files
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](giampaolo/psutil@release-5.0.0...release-6.0.0) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 152dba4 commit e64677b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ flake8>=5.0.4,<8
1111
black>=22.8.0; python_version=="3.6"
1212
black==22.10.0; python_version>"3.6"
1313
click==8.0.4 # black is affected by https://github.com/pallets/click/issues/2225
14-
psutil>=5,<6
14+
psutil>=6.0.0,<7
1515
# used only under slack_sdk/*_store
1616
boto3<=2
1717
# For AWS tests

0 commit comments

Comments
 (0)