From 1a4c91b7ab9582d5fea26b9fc356002279eb69ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 22:36:42 +0000 Subject: [PATCH] Bump onnx Bumps [onnx](https://github.com/onnx/onnx) from 1.13.0 to 1.21.0rc1. - [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/commits) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.21.0rc1 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..07036f73 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.0rc1 onnxconverter-common==1.9.0 opt-einsum==3.3.0 optax==0.1.1