Skip to content

Commit

Permalink
Update psutil requirement from <=5.9.8 to <=6.0.0 (#424)
Browse files Browse the repository at this point in the history
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-0.1.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>
  • Loading branch information
dependabot[bot] authored Jul 16, 2024
1 parent d5a1881 commit f183bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"numpy >= 1.26",
"packaging",
"pandas",
"psutil <= 5.9.8",
"psutil <= 6.0.0",
"pybids <= 0.16.5",
"requests",
"sdcflows <= 2.9.0",
Expand Down

0 comments on commit f183bb2

Please sign in to comment.