From 3145d8196a1a4246245c1fe096226355271df93a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 01:16:37 +0000 Subject: [PATCH] chore(deps-dev): update onnxruntime requirement in /kiln Updates the requirements on [onnxruntime](https://github.com/microsoft/onnxruntime) to permit the latest version. - [Release notes](https://github.com/microsoft/onnxruntime/releases) - [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md) - [Commits](https://github.com/microsoft/onnxruntime/compare/v1.16.0...v1.24.3) --- updated-dependencies: - dependency-name: onnxruntime dependency-version: 1.24.3 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- kiln/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiln/pyproject.toml b/kiln/pyproject.toml index c976986b..b97c7775 100644 --- a/kiln/pyproject.toml +++ b/kiln/pyproject.toml @@ -72,7 +72,7 @@ stripe = ["stripe>=15.3.0"] payments = ["stripe>=15.3.0", "cryptography>=41.0"] serial = ["pyserial>=3.5"] qr = ["qrcode[pil]>=8.2"] -emboss = ["Pillow>=9.0", "rembg>=2.0", "onnxruntime>=1.16"] +emboss = ["Pillow>=9.0", "rembg>=2.0", "onnxruntime>=1.24.3"] mesh-diagnostics = ["trimesh>=4.0", "numpy>=1.24"] dev = [ "pytest>=7.0",