From 1732d9cf047f3f549c85b9ae6fd405f25223c2ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 17:55:55 +0000 Subject: [PATCH] deps(backend): bump psutil from 5.9.8 to 7.2.2 in /backend Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.8 to 7.2.2. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.8...release-7.2.2) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements-ci.txt | 2 +- backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/requirements-ci.txt b/backend/requirements-ci.txt index 21b5eb6..14cc5f2 100644 --- a/backend/requirements-ci.txt +++ b/backend/requirements-ci.txt @@ -43,7 +43,7 @@ structlog==24.1.0 cryptography==42.0.5 # System monitoring -psutil==5.9.8 +psutil==7.2.2 # Advanced analytics and risk management scipy>=1.13.0 diff --git a/backend/requirements.txt b/backend/requirements.txt index 46120a3..db94947 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -40,7 +40,7 @@ structlog==24.1.0 cryptography==42.0.5 # System monitoring -psutil==5.9.8 +psutil==7.2.2 # Advanced analytics and risk management scipy>=1.13.0