From 3c275689b722276360ec81e22f8405ab9da6a45c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 13:34:23 +0000 Subject: [PATCH] chore(deps): update psutil requirement from >=7.0.0 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/v7.0.0...v7.2.2) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3192638..59496ab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "pandas>=2.2.0", # Updated for better performance "pgvector>=0.3.0", # Updated for better performance "pillow>=10.0.0", - "psutil>=7.0.0", + "psutil>=7.2.2", "psycopg2-binary>=2.9.9", # Updated for better stability "pydantic>=2.8.0", # Updated to v2 for better performance "pytest>=8.3.0", # Updated for latest features