Skip to content

Commit b3b647a

Browse files
chore(deps): update psutil requirement from ==7.1.* to ==7.2.* (#247)
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-7.1.0...release-7.2.1) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3214d1c commit b3b647a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ pytest-xdist == 3.8.*
77
black == 25.*
88
ruff == 0.14.*
99
mypy == 1.19.*
10-
psutil == 7.1.*
10+
psutil == 7.2.*
1111
types-PyYAML ~= 6.0

0 commit comments

Comments
 (0)