diff --git a/constraints.txt b/constraints.txt index 3a9cfffd5..74550bb06 100644 --- a/constraints.txt +++ b/constraints.txt @@ -24,7 +24,7 @@ packaging==25.0 patool==4.0.1 pluggy==1.6.0 prometheus_client==0.21.1 -psutil==7.0.0 +psutil==7.1.0 psycopg2==2.9.10 pycryptodomex==3.23.0 pycups==2.0.4 diff --git a/pyproject.toml b/pyproject.toml index a4f4c8a5c..933d539eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "sqlalchemy>=1.3,<1.4", # http://docs.sqlalchemy.org/en/latest/changelog/index.html "netifaces>=0.10,<0.12", # https://bitbucket.org/al45tair/netifaces/src/ "pycryptodomex==3.23.0", # https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst - "psutil>=5.5,<7.1", # https://github.com/giampaolo/psutil/blob/master/HISTORY.rst + "psutil>=5.5,<7.2", # https://github.com/giampaolo/psutil/blob/master/HISTORY.rst "requests==2.32.3", # https://pypi.python.org/pypi/requests "gevent==25.8.1", # http://www.gevent.org/changelog.html "greenlet>=3.0rc1",