From cf157677c75c261fb00ca94fd6316eb5aaf8cb02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 16:35:16 +0000 Subject: [PATCH] Bump onnx from 1.16.1 to 1.16.2 Bumps [onnx](https://github.com/onnx/onnx) from 1.16.1 to 1.16.2. - [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.16.1...v1.16.2) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2b47928419..19e5cee2d6 100644 --- a/setup.py +++ b/setup.py @@ -65,7 +65,7 @@ 'omegaconf>=2.2.3,<3', 'slack-sdk<4', 'mosaicml-cli>=0.6.10,<1', - 'onnx==1.16.1', + 'onnx==1.16.2', 'onnxruntime==1.18.1', 'boto3>=1.21.45,<2', 'huggingface-hub>=0.19.0,<0.25',