From 3c297cbb9613ea6e38e40e0433dbc1fcde666ca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 08:52:52 +0200 Subject: [PATCH] build(deps): bump psutil from 7.1.0 to 7.1.1 in /src (#967) Bumps [psutil](https://github.com/giampaolo/psutil) from 7.1.0 to 7.1.1. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.1.0...release-7.1.1) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.1.1 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 e1d50e86..63b554dd 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,6 +1,6 @@ bcrypt==5.0.0 ifcfg==0.24 -psutil==7.1.0 +psutil==7.1.1 pyotp==2.9.0 Flask==3.1.2 flask-cors==6.0.1