From fa2c7fd0ffd0dead88e35b0670fd88b6598646a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 13:14:36 +0000 Subject: [PATCH] Bump psutil from 7.0.0 to 7.1.0 Bumps [psutil](https://github.com/giampaolo/psutil) from 7.0.0 to 7.1.0. - [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst) - [Commits](https://github.com/giampaolo/psutil/compare/release-7.0.0...release-7.1.0) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- constraints.txt | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/constraints.txt b/constraints.txt index 3a9cfffd5e..74550bb06e 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 a4f4c8a5c8..933d539ebd 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",