From 803bc2aa1a97b76f545593588758e1d36d6e6bef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 01:03:17 +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.20.0) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.20.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 8240dcba97696..b3271063e1bfd 100644 --- a/requirements/pytorch/test.txt +++ b/requirements/pytorch/test.txt @@ -11,7 +11,7 @@ pytest-random-order ==1.2.0 cloudpickle >=1.3, <3.2.0 scikit-learn >0.22.1, <1.9.0 numpy >1.20.0, <1.27.0 -onnx >1.12.0, <1.20.0 +onnx >1.12.0, <1.21.0 onnxruntime >=1.12.0, <1.24.0 onnxscript >= 0.1.0, < 0.6.0 psutil <7.2.0 # for `DeviceStatsMonitor`