From 41a9227e3db850ba538bae0c2840d42121dc5a5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 09:47:37 +0200 Subject: [PATCH] [NeoML-Py] Bump onnx from 1.14.1 to 1.16.0 (#1075) Bumps [onnx](https://github.com/onnx/onnx) from 1.14.1 to 1.16.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.14.1...v1.16.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kirill Golikov --- NeoML/docs/en/Python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NeoML/docs/en/Python/requirements.txt b/NeoML/docs/en/Python/requirements.txt index 9c196d735..06034e614 100644 --- a/NeoML/docs/en/Python/requirements.txt +++ b/NeoML/docs/en/Python/requirements.txt @@ -16,4 +16,4 @@ numpy scipy pybind11-global jinja2 -onnx==1.14.1 +onnx==1.16.0