From 29f71e33f099643f534a7b83792bf6ab05d8ffdf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 23:08:08 +0000 Subject: [PATCH] chore(deps): Update psutil requirement in /apps/backend Updates the requirements on [psutil](https://github.com/giampaolo/psutil) to permit the latest version. - [Changelog](https://github.com/giampaolo/psutil/blob/master/docs/changelog.rst) - [Commits](https://github.com/giampaolo/psutil/compare/v5.9.0...v7.2.2) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- apps/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/backend/requirements.txt b/apps/backend/requirements.txt index 45a6e1920..c39a8b81a 100644 --- a/apps/backend/requirements.txt +++ b/apps/backend/requirements.txt @@ -42,7 +42,7 @@ zai-sdk>=0.2.2 pydantic>=2.0.0 # Process and system monitoring -psutil>=5.9.0 +psutil>=7.2.2 # FastAPI - Web framework for building APIs with webhooks # Provides automatic OpenAPI documentation, async support, type validation