Skip to content

Commit

Permalink
chore(deps): update psutil requirement from ~=5.9 to >=5.9,<7.0
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-5.9.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 ddneilson committed Oct 28, 2024
1 parent 4ea8426 commit 0c6f01e
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 @@ -18,7 +18,7 @@ dependencies = [
# tomli became tomllib in standard library in Python 3.11
"tomli == 2.0.* ; python_version<'3.11'",
"typing_extensions ~= 4.8",
"psutil ~= 5.9",
"psutil >= 5.9,< 7.0",
"pydantic ~= 1.10.0",
"pywin32 == 306; platform_system == 'Windows'",
"requests == 2.31.*",
Expand Down

0 comments on commit 0c6f01e

Please sign in to comment.