From 3e445e7169a11a3297b019f56404d646c507f072 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:17:44 +0900 Subject: [PATCH] Bump onnx from 1.13.0 to 1.15.0 in /requirements (#2986) Bumps [onnx](https://github.com/onnx/onnx) from 1.13.0 to 1.15.0. - [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.15.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 1645d008dcd..728ef0f5e9a 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -6,7 +6,7 @@ pytest==7.4.* coverage==7.3.* pytest-timeout==2.2.* pytest-mock==3.12.* -onnx==1.13.0 +onnx==1.15.0 onnxruntime==1.14.1 pytest-csv==3.0.* tox==4.11.*