From 342cb9d15a6334b545fa2a65f4ac6dcc8c316a03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 10:07:17 -0700 Subject: [PATCH] build(deps-dev): bump psutil from 7.1.2 to 7.2.1 (#2806) Bumps [psutil](https://github.com/giampaolo/psutil) from 7.1.2 to 7.2.1. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.1.2...release-7.2.1) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3b7e2bfd..573c13d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -166,7 +166,7 @@ scripts = [ # can (optionally) be more lenient on dependencies here # see comment on dependencies for more context "jschema_to_python==1.2.3", - "psutil==7.1.2", + "psutil==7.2.1", "stix2==3.0.1", "sarif_om==1.0.4", "requests>=2.32.4",