From 3a4b3dfa4bb0f8f0ad368c4b4b9f3a381d1bb9d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Jan 2023 01:09:11 +0000 Subject: [PATCH] Bump onnx from 1.12.0 to 1.13.0 in /environments/dota-draft Bumps [onnx](https://github.com/onnx/onnx) from 1.12.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.12.0...v1.13.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- environments/dota-draft/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environments/dota-draft/requirements.txt b/environments/dota-draft/requirements.txt index c683af3..9ab0889 100644 --- a/environments/dota-draft/requirements.txt +++ b/environments/dota-draft/requirements.txt @@ -3,7 +3,7 @@ attrs==22.1.0 functions_framework==3.2.1 google-cloud-storage==2.6.0 numpy==1.22.4 -onnx==1.12.0 +onnx==1.13.0 onnxruntime==1.13.1 pytorch-lightning==1.8.1 requests==2.28.1