Update psutil requirement from <5.9.4 to <5.9.5 in /requirements (#16372)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2023-01-16 12:49:48 +00:00 committed by GitHub
parent 13c3136063
commit 596494b719
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ arrow>=1.2.0, <1.2.4
lightning-utilities>=0.4.2, <0.5.0
beautifulsoup4>=4.8.0, <4.11.2
inquirer>=2.10.0, <=3.1.2
psutil<5.9.4
psutil<5.9.5
click<=8.1.3
fastapi<0.89.0 # strict; TODO: broken serializations

View File

@ -10,7 +10,7 @@ pre-commit==2.20.0
cloudpickle>=1.3, <2.3.0
scikit-learn>0.22.1, <1.2.1
onnxruntime<1.14.0
psutil<5.9.4 # for `DeviceStatsMonitor`
psutil<5.9.5 # for `DeviceStatsMonitor`
pandas>1.0, <1.5.2 # needed in benchmarks
fastapi<0.87.0 # for `ServableModuleValidator`
uvicorn<0.19.1 # for `ServableModuleValidator`