From 21890c85db24eccc32b5dcfd336c5197d3c61612 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 10:56:43 +0000 Subject: [PATCH] Bump onnx from 1.10.1 to 1.13.0 in /train Bumps [onnx](https://github.com/onnx/onnx) from 1.10.1 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.10.1...v1.13.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- train/train_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train/train_requirements.txt b/train/train_requirements.txt index 3dc720e..369b445 100644 --- a/train/train_requirements.txt +++ b/train/train_requirements.txt @@ -14,7 +14,7 @@ albumentations==1.0.0 pytorch_lightning==1.7.1 pytorch_toolbelt==0.5.1 torchmetrics==0.9.2 -onnx==1.10.1 +onnx==1.13.0 iglovikov-helper-functions==0.0.53