From e68bcddfe0def63a96f73082c4d847907e1cfb27 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 14:05:14 +0000 Subject: [PATCH] build(deps): bump psutil from 5.9.2 to 6.0.0 Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.2 to 6.0.0. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.2...release-6.0.0) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3afcb54d3..cca16a46d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -162,7 +162,7 @@ build = [ ] scripts = [ "jschema_to_python==1.2.3", - "psutil==5.9.2", + "psutil==6.0.0", "stix2==3.0.1", "sarif_om==1.0.4", "requests==2.31.0",