Python dependency: Update psutil requirement from ==7.1.* to ==7.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-7.1.0...release-7.2.1) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>pull/9490/head
parent
a5e9315b89
commit
2c586649bd
|
|
@ -41,7 +41,7 @@ ldap3==2.*
|
|||
libgravatar==1.0.*
|
||||
paramiko==3.5.1
|
||||
passlib==1.*
|
||||
psutil==7.1.*
|
||||
psutil==7.2.*
|
||||
psycopg[c]==3.2.13; python_version < '3.10'
|
||||
psycopg[c]==3.3.2; python_version >= '3.10'
|
||||
pyotp==2.*
|
||||
|
|
|
|||
Loading…
Reference in New Issue