Skip to content

Commit

Permalink
chore(deps): update psutil requirement from <7,>=6.0.0 to >=6.0.0,<8 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 3, 2025
1 parent a659e3c commit d3dbc27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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>=6.0.0,<7
psutil>=6.0.0,<8
# used only under slack_sdk/*_store
boto3<=2
# For AWS tests
Expand Down

0 comments on commit d3dbc27

Please sign in to comment.