From 717af175a13f5b812374841cf1211bb1657caf62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 09:13:19 +0000 Subject: [PATCH] build(deps): Update psutil requirement from >=5.9 to >=7.2.2 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 88884e1..8f87aa7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ tabulate>=0.9 # magic-report-generation (table formatting) data-designer # magic-data-synthesis (LLM-based generation via DataDesigner) tiktoken>=0.7 # magic-data-synthesis (token counting for cost estimation) rapidfuzz>=3.0,<4.0 # magic-data-cleaning/validation (fuzzy column name suggestions) -psutil>=5.9 # deep eval runner (memory monitoring) +psutil>=7.2.2 # deep eval runner (memory monitoring) # ── Database integration ────────────────────────────────────────── sqlalchemy>=2.0 # database connectivity (PostgreSQL, MySQL, SQLite)