From 76ff7553ff88c0e06fa8d98b7b103637e5280a04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 11:32:02 +0000 Subject: [PATCH] chore(deps-dev): bump onnx from 1.20.1 to 1.22.0 Bumps [onnx](https://github.com/onnx/onnx) from 1.20.1 to 1.22.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.20.1...v1.22.0) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.22.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index afb6407..9e6cf21 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ test = [ "hydra-core>=1.3,<1.4", "motrix-deploy[onnx]", "motrix-deploy-unitree", - "onnx==1.20.1", + "onnx==1.22.0", ] [tool.uv.workspace]