Skip to content

Commit c1e2c10

Browse files
chore(deps): update psutil requirement from <8,>=6.0.0 to >=7.2.2,<8 (#1906)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Bergamin <wbergamin@salesforce.com>
1 parent 2ac1d9c commit c1e2c10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pytest-asyncio<2 # for async
77
pytest-cov>=4,<7.1.0; python_version < "3.9"
88
pytest-cov>=7.1.0,<8; python_version >= "3.9"
99
click==8.0.4 # black is affected by https://github.com/pallets/click/issues/2225
10-
psutil>=6.0.0,<8
10+
psutil>=7.2.2,<8
1111
# cryptography 46+ dropped PyPy 3.10 wheels; pin to <46 for PyPy 3.10 only
1212
cryptography<46; implementation_name == "pypy" and python_version == "3.10"
1313
# used only under slack_sdk/*_store

0 commit comments

Comments
 (0)