From 6d22433517968db361dc883cf620839bdd621c4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 14:43:50 +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/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-5.1.0...release-6.0.0) --- updated-dependencies: - dependency-name: psutil 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 3c886121bd..a8e5d8a82b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pip>=9.0.1 numpy>1.16 sympy>=1.9,<1.13 cached-property -psutil>=5.1.0,<6.0 +psutil>=5.1.0,<7.0 py-cpuinfo<10 cgen>=2020.1 codepy>=2019.1