From 39e2ecb6a29a0ad08a090755d8e434746ed85516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 03:28:42 +0000 Subject: [PATCH] chore(deps): bump psutil from 7.1.3 to 7.2.0 Bumps [psutil](https://github.com/giampaolo/psutil) from 7.1.3 to 7.2.0. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.1.3...release-7.2.0) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5d68bc43b..9356fc396 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.1.3 +psutil==7.2.0 # Building config files interactively questionary==2.1.1