From f3b7f38670a2cdc008679a1ac07c30fbf0cf0147 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 07:34:52 +0000 Subject: [PATCH] build(deps): Update psutil requirement from >=5.9.0 to >=7.2.2 Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version. - [Changelog](https://github.com/giampaolo/psutil/blob/master/docs/changelog.rst) - [Commits](https://github.com/giampaolo/psutil/compare/v5.9.0...v7.2.2) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d3a8b9e..9522226 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,5 @@ werkzeug>=2.0.0 gunicorn>=20.1.0 pytz>=2022.1 watchdog>=2.1.9 -psutil>=5.9.0 +psutil>=7.2.2 python-dotenv>=0.19.0 \ No newline at end of file