Skip to content

Commit d3dbc27

Browse files
chore(deps): update psutil requirement from <7,>=6.0.0 to >=6.0.0,<8 (#1661)
1 parent a659e3c commit d3dbc27

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>=6.0.0,<7
14+
psutil>=6.0.0,<8
1515
# used only under slack_sdk/*_store
1616
boto3<=2
1717
# For AWS tests

0 commit comments

Comments
 (0)