From 7b32706bd49ca928d1749dd87c2b178c1eeffddc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 16:42:57 +0100 Subject: [PATCH] build(deps): bump psutil from 6.0.0 to 6.1.0 (#2478) Bumps [psutil](https://github.com/giampaolo/psutil) from 6.0.0 to 6.1.0. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-6.0.0...release-6.1.0) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Moritz --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0a8c0826..2ed28eaa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -156,7 +156,7 @@ build = [ ] scripts = [ "jschema_to_python==1.2.3", - "psutil==6.0.0", + "psutil==6.1.0", "stix2==3.0.1", "sarif_om==1.0.4", "requests==2.32.3",