From 30dd9f3e54340443ff7c60c2a667f795db4d31cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 20:16:59 +0100 Subject: [PATCH] build(deps): bump psutil from 7.1.1 to 7.1.3 in /src (#983) Bumps [psutil](https://github.com/giampaolo/psutil) from 7.1.1 to 7.1.3. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.1.1...release-7.1.3) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 2858a3f6..0be0896b 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,6 +1,6 @@ bcrypt==5.0.0 ifcfg==0.24 -psutil==7.1.1 +psutil==7.1.3 pyotp==2.9.0 Flask==3.1.2 flask-cors==6.0.1