From e622989eeb42d7682e7d84b2c95a2970295e59ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 10:26:04 -0700 Subject: [PATCH] build(deps): bump psutil from 6.1.0 to 7.0.0 (#2605) Bumps [psutil](https://github.com/giampaolo/psutil) from 6.1.0 to 7.0.0. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-6.1.0...release-7.0.0) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mike Hunhoff --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 41336f0e..45494388 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -162,7 +162,7 @@ build = [ ] scripts = [ "jschema_to_python==1.2.3", - "psutil==6.1.0", + "psutil==7.0.0", "stix2==3.0.1", "sarif_om==1.0.4", "requests==2.32.3",