From 681876e0e50e63ad21c7db4bf1af8e2944b2da8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Jan 2026 16:04:13 +0000 Subject: [PATCH] chore(deps): bump psutil from 7.2.0 to 7.2.1 Bumps [psutil](https://github.com/giampaolo/psutil) from 7.2.0 to 7.2.1. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.2.0...release-7.2.1) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b3330fbea..786e6d0f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,7 @@ pydantic==2.12.5 uvicorn==0.40.0 pyjwt==2.10.1 aiofiles==25.1.0 -psutil==7.2.0 +psutil==7.2.1 # Building config files interactively questionary==2.1.1