From 7efed95ac38dad31a4e667a9f8d1a80abb584f5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 13:25:47 +0530 Subject: [PATCH] Python dependency: Update psutil requirement from ==5.9.* to ==6.0.* 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.9.0...release-6.0.0) --- updated-dependencies: - dependency-name: psutil dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2148d5753..3667fc5de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ passlib==1.* pytz==2024.* speaklater3==1.* sqlparse==0.* -psutil==5.9.* +psutil==6.0.* psycopg[c]==3.1.19 python-dateutil==2.* SQLAlchemy==2.*