From a6955a2a549aedabedca672b599351c98e1d94bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 22:56:32 +0000 Subject: [PATCH] Update psutil requirement from <5.6,>=5.5 to >=5.5,<6.2 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.5.0...release-6.1.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 e2333b98f..a110b9ac9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ psycopg2==2.9.10 # http://initd.org/psycopg/articles/tag/release/ sqlalchemy>=1.3,<1.4 # http://docs.sqlalchemy.org/en/latest/changelog/index.html netifaces>=0.10,<0.11 # https://bitbucket.org/al45tair/netifaces/src/ pycryptodomex==3.19.0 # https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst -psutil>=5.5,<5.6 # https://github.com/giampaolo/psutil/blob/master/HISTORY.rst +psutil>=5.5,<6.2 # https://github.com/giampaolo/psutil/blob/master/HISTORY.rst requests==2.32.3 # https://pypi.python.org/pypi/requests gevent==24.11.1 # http://www.gevent.org/changelog.html greenlet>=3.0rc1