From 4d2830d3a9439594a274ae430429c7d84b074eeb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 07:37:52 +0000 Subject: [PATCH] build(deps): update onnx requirement in /requirements Updates the requirements on [onnx](https://github.com/onnx/onnx) to permit the latest version. - [Release notes](https://github.com/onnx/onnx/releases) - [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog-ml.md) - [Commits](https://github.com/onnx/onnx/compare/v1.13.0...v1.19.0) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.19.0 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 2d019b036ae15..90614f4d073a2 100644 --- a/requirements/pytorch/test.txt +++ b/requirements/pytorch/test.txt @@ -9,7 +9,7 @@ pytest-random-order ==1.2.0 cloudpickle >=1.3, <3.2.0 scikit-learn >0.22.1, <1.8.0 numpy >1.20.0, <1.27.0 -onnx >1.12.0, <1.19.0 +onnx >1.12.0, <1.20.0 onnxruntime >=1.12.0, <1.23.0 onnxscript >= 0.1.0, < 0.5.0 psutil <7.0.1 # for `DeviceStatsMonitor`