From 3e9b5de3e6b8d6485b61efed0685857e729e2d85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 01:23:56 +0000 Subject: [PATCH] chore(deps): update psutil requirement in /marm-mcp-server 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/v6.1.0...v7.2.2) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- marm-mcp-server/requirements-glama.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marm-mcp-server/requirements-glama.txt b/marm-mcp-server/requirements-glama.txt index 6a42c6a0..8bf7b3f5 100644 --- a/marm-mcp-server/requirements-glama.txt +++ b/marm-mcp-server/requirements-glama.txt @@ -6,7 +6,7 @@ pydantic>=2.11.9,<3.0.0 numpy>=2.1.2,<3.0.0 python-multipart>=0.0.12,<0.1.0 apscheduler>=3.10.4,<4.0.0 -psutil>=6.1.0,<7.0.0 +psutil>=6.1.0,<8.0.0 structlog>=24.4.0,<27.0.0 httpx>=0.27.0,<1.0.0 packaging>=24.0,<26.0