Skip to content

Commit fcb75cc

Browse files
Update psutil requirement from <7.0,>=5.9 to >=5.9,<8.0 (#2159)
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-7.0.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d16bace commit fcb75cc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changes/2159.misc.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update psutil requirement from <7.0,>=5.9 to >=5.9,<8.0.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ dependencies = [
8383
"dmgbuild >= 1.6.4, < 2.0; sys_platform == 'darwin'",
8484
"GitPython >= 3.1, < 4.0",
8585
"platformdirs >= 2.6, < 5.0",
86-
"psutil >= 5.9, < 7.0",
86+
"psutil >= 5.9, < 8.0",
8787
"python-dateutil >= 2.9.0.post0", # transitive dependency (beeware/briefcase#1428)
8888
"httpx >= 0.20, < 1.0",
8989
"rich >= 12.6, < 14.0",

0 commit comments

Comments
 (0)