From 2c40e648d195ab927950737ea09b9086ae504742 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 15:47:01 +0000 Subject: [PATCH] chore(deps)(deps): Bump psutil from 5.9.8 to 7.1.3 Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.8 to 7.1.3. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.8...release-7.1.3) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.1.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 6bb750f..7a608b0 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -26,7 +26,7 @@ email-validator==2.1.0 # Utilities python-dateutil==2.8.2 -psutil==5.9.8 +psutil==7.1.3 apscheduler==3.10.4 zeroconf==0.132.2 requests==2.32.4 # HTTP library for Pi discovery. Security: Fixes GHSA-9wx4-h78v-vm56 (cert verification), GHSA-9hjg-9r4m-mvj7 (netrc leak)