From 3e5ceef535b4c1962db8b3f10728618c5be976b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 12:42:56 +0000 Subject: [PATCH] pip prod(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/docs/changelog.rst) - [Commits](https://github.com/giampaolo/psutil/compare/v5.1.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 5288fd0b78..72729e7d36 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ pip>=9.0.1 numpy>=1.26,<=2.4.3 sympy>=1.12.1,<1.15 -psutil>=5.1.0,<8.0 +psutil>=7.2.2,<8.0 py-cpuinfo<10 cgen>=2020.1,<2026 codepy>=2019.1,<2025