From 36dade16f44dbc8af9d28feca45f251315f83796 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 01:12:13 +0000 Subject: [PATCH] Bump onnx from 1.6.0 to 1.13.0 in /src/development Bumps [onnx](https://github.com/onnx/onnx) from 1.6.0 to 1.13.0. - [Release notes](https://github.com/onnx/onnx/releases) - [Changelog](https://github.com/onnx/onnx/blob/main/docs/Changelog.md) - [Commits](https://github.com/onnx/onnx/compare/v1.6.0...v1.13.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/development/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 src/development/requirements.txt diff --git a/src/development/requirements.txt b/src/development/requirements.txt old mode 100755 new mode 100644 index 5fdb1577..15728319 --- a/src/development/requirements.txt +++ b/src/development/requirements.txt @@ -6,7 +6,7 @@ matplotlib enlighten future Pillow -onnx==1.6.0 +onnx==1.13.0 mypy pyyaml easydict