From ba15bd785903b793667cf21468cd5a727357a86f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 02:17:18 +0000 Subject: [PATCH] deps(python): update onnxruntime requirement 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/ReleaseNotesWorkflow.md) - [Commits](https://github.com/microsoft/onnxruntime/compare/v1.28.0...v1.29.0) --- updated-dependencies: - dependency-name: onnxruntime dependency-version: 1.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7aac093..657fe78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ packaging>=26.2 # every other pinned package's numpy requirement here. numpy>=2.2.6,<2.3 Pillow>=12.3.0,<13 -onnxruntime>=1.28.0,<2 +onnxruntime>=1.29.0,<2 opencv-python-headless==5.0.0.93 fast-alpr[onnx]==0.4.0 # QR code rendering for the two-factor authentication setup page (pure Python,