From b7e363bc3fe0a577c733ed3aad482c1bc79e06dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 06:57:48 +0000 Subject: [PATCH] build(deps): update psutil requirement from >=7.1.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/v7.1.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 47a6f21..f0a8b6b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,5 +4,5 @@ requests>=2.33.1 Flask>=3.1.2 Flask-HTTPAuth>=4.8.1 Flask-Babel>=4.0.0 -psutil>=7.1.0 +psutil>=7.2.2 colorlog>=6.10.1