From 41343f3ac60184e7ecba49acb38b0289456f297b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 20:32:15 +0000 Subject: [PATCH] chore(deps)(deps): 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/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] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index c96119e..38a8842 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -14,7 +14,7 @@ msgpack==1.2.1 celery==5.4.0 aiodocker==0.24.0 python-socketio==5.16.2 -psutil==5.9.8 +psutil==7.2.2 python-dotenv==1.2.2 slowapi==0.1.9 APScheduler==3.10.4