From 69cf038405e64bf89640f90065178f5aa904b71f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 21:19:50 +0000 Subject: [PATCH] Bump onnx Bumps [onnx](https://github.com/onnx/onnx) from 1.13.0 to 1.21.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.13.0...v1.21.0) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.21.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../research_projects/decision_transformer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dpkd/transformers/examples/research_projects/decision_transformer/requirements.txt b/dpkd/transformers/examples/research_projects/decision_transformer/requirements.txt index 2d510dde..1e108352 100644 --- a/dpkd/transformers/examples/research_projects/decision_transformer/requirements.txt +++ b/dpkd/transformers/examples/research_projects/decision_transformer/requirements.txt @@ -119,7 +119,7 @@ nltk==3.7 numba==0.55.1 numpy==1.22.3 oauthlib==3.2.2 -onnx==1.13.0 +onnx==1.21.0 onnxconverter-common==1.9.0 opt-einsum==3.3.0 optax==0.1.1