From 87965d6e0ef3c19545b5bce6cc88b737d06e7095 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 23:17:27 +0000 Subject: [PATCH] deps(deps): bump psutil from 5.9.6 to 7.2.2 in /app Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.6 to 7.2.2. - [Changelog](https://github.com/giampaolo/psutil/blob/master/docs/changelog.rst) - [Commits](https://github.com/giampaolo/psutil/compare/v5.9.6...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] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index dce6333..9d531ad 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -8,7 +8,7 @@ PyMySQL==1.1.1 gunicorn cryptography==48.0.0 geoip2>=5.2.0 -psutil==5.9.6 +psutil==7.2.2 python-dotenv==1.2.2 PyJWT==2.12.1 hvac>=2.4.0