Skip to content

Commit

Permalink
build(deps): update psutil requirement from <6 to <7
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]>
  • Loading branch information
dependabot[bot] authored and amotl committed Oct 31, 2024
1 parent d053ff2 commit ead849a
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 @@ -107,7 +107,7 @@ optional-dependencies.notebook = [
"testbook<0.5",
]
optional-dependencies.proc = [
"psutil<6",
"psutil<7",
]
optional-dependencies.release = [
"build<2",
Expand Down

0 comments on commit ead849a

Please sign in to comment.