From e0d48d9f85758a7f1048a02072a308ba649c8b5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 17:51:12 +0000 Subject: [PATCH] Bump onnx from 1.16.1 to 1.17.0 in /safety-related-profile/tools Bumps [onnx](https://github.com/onnx/onnx) from 1.16.1 to 1.17.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.16.1...v1.17.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- safety-related-profile/tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/safety-related-profile/tools/requirements.txt b/safety-related-profile/tools/requirements.txt index 25d6e795..477560cb 100644 --- a/safety-related-profile/tools/requirements.txt +++ b/safety-related-profile/tools/requirements.txt @@ -1,2 +1,2 @@ -onnx==1.16.1 +onnx==1.17.0 invoke==2.2.0