From 05f63a60f35f6a992d9d8d87c491bc239039f18d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 09:47:44 +0000 Subject: [PATCH] chore(deps): Update psutil requirement Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.0...release-7.2.1) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 950483b..36ccc60 100644 --- a/requirements.txt +++ b/requirements.txt @@ -59,7 +59,7 @@ scipy>=1.11.0,<2.0.0 # Data analysis # Performance Monitoring prometheus-client>=0.19.0,<1.0.0 -psutil>=5.9.0,<6.0.0 +psutil>=5.9.0,<8.0.0 redis>=5.0.0,<6.0.0 # Audio Processing (Speech-to-Text, Text-to-Speech)