From ab642fa003235a8cf248b7fbe3611b42d5a62a62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 16:09:52 +0000 Subject: [PATCH] build(deps): bump onnx from 1.15.0 to 1.17.0 Bumps [onnx](https://github.com/onnx/onnx) from 1.15.0 to 1.17.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.15.0...v1.17.0) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e534e16..b90c788 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ "timm==0.6.12", "fairscale==0.4.13", # for WD14 captioning (onnx) - "onnx==1.15.0", + "onnx==1.17.0", "onnxruntime-gpu==1.17.1", # open clip for SDXL "open-clip-torch==2.20.0",