Skip to content

Commit fa2c7fd

Browse files
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](giampaolo/psutil@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] <[email protected]>
1 parent 4c7f69c commit fa2c7fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ packaging==25.0
2424
patool==4.0.1
2525
pluggy==1.6.0
2626
prometheus_client==0.21.1
27-
psutil==7.0.0
27+
psutil==7.1.0
2828
psycopg2==2.9.10
2929
pycryptodomex==3.23.0
3030
pycups==2.0.4

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies = [
2020
"sqlalchemy>=1.3,<1.4", # http://docs.sqlalchemy.org/en/latest/changelog/index.html
2121
"netifaces>=0.10,<0.12", # https://bitbucket.org/al45tair/netifaces/src/
2222
"pycryptodomex==3.23.0", # https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst
23-
"psutil>=5.5,<7.1", # https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
23+
"psutil>=5.5,<7.2", # https://github.com/giampaolo/psutil/blob/master/HISTORY.rst
2424
"requests==2.32.3", # https://pypi.python.org/pypi/requests
2525
"gevent==25.8.1", # http://www.gevent.org/changelog.html
2626
"greenlet>=3.0rc1",

0 commit comments

Comments
 (0)