From 0745d39a506090bd429bca093e4348bb1bd06a7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 18:29:11 +0100 Subject: [PATCH] build(deps): bump psutil from 7.1.3 to 7.2.1 in /src (#1052) Bumps [psutil](https://github.com/giampaolo/psutil) from 7.1.3 to 7.2.1. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.1.3...release-7.2.1) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 98fb1084..0f414f2e 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,6 +1,6 @@ bcrypt==5.0.0 ifcfg==0.24 -psutil==7.1.3 +psutil==7.2.1 pyotp==2.9.0 Flask==3.1.2 flask-cors==6.0.2