From 270206468803716e087ac1f4f075aa21c2a147b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 20:35:58 +0000 Subject: [PATCH] deps(deps): bump psutil from 5.9.8 to 7.2.2 Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.8 to 7.2.2. - [Changelog](https://github.com/giampaolo/psutil/blob/master/docs/changelog.rst) - [Commits](https://github.com/giampaolo/psutil/compare/v5.9.8...v7.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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b2177a3..cdb4bfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "scipy==1.13.0", "mlflow==2.14.1", "prometheus-client==0.19.0", - "psutil==5.9.8", + "psutil==7.2.2", "redis==5.0.3", "aiokafka==0.8.1", "confluent-kafka==2.3.0",