Skip to content

Commit

Permalink
Update psutil requirement from <=6.0.0 to <=6.1.0 (#452)
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.1.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 Oct 21, 2024
1 parent aa4c291 commit 1b21cb4
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 <= 6.0.0",
"psutil <= 6.1.0",
"pybids <= 0.17.2",
"requests",
"sdcflows <= 2.10.0",
Expand Down

0 comments on commit 1b21cb4

Please sign in to comment.