From 2c9ea66fd2a00f14ab551970ca082c2953d9d69c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 01:05:21 +0000 Subject: [PATCH 1/2] build(deps): update psutil requirement in /requirements 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-0.1.0...release-7.1.1) --- updated-dependencies: - dependency-name: psutil dependency-version: 7.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/pytorch/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pytorch/test.txt b/requirements/pytorch/test.txt index f01b4eea34ab7..2419571fc4c93 100644 --- a/requirements/pytorch/test.txt +++ b/requirements/pytorch/test.txt @@ -13,7 +13,7 @@ numpy >1.20.0, <1.27.0 onnx >1.12.0, <1.20.0 onnxruntime >=1.12.0, <1.24.0 onnxscript >= 0.1.0, < 0.5.0 -psutil <7.1.1 # for `DeviceStatsMonitor` +psutil <7.1.2 # for `DeviceStatsMonitor` pandas >2.0, <2.4.0 # needed in benchmarks fastapi # for `ServableModuleValidator` # not setting version as re-defined in App uvicorn # for `ServableModuleValidator` # not setting version as re-defined in App From 494957072ddc9aa8776eb2b0c55d70a65f951623 Mon Sep 17 00:00:00 2001 From: bhimrazy Date: Tue, 21 Oct 2025 13:59:45 +0545 Subject: [PATCH 2/2] Empty Commit