From 93371ba05d9731ff71fbc75ab66a9fcc4e43df57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 18:14:26 +0000 Subject: [PATCH] Update onnx requirement from ~=1.18 to ~=1.19 Updates the requirements on [onnx](https://github.com/onnx/onnx) to permit the latest version. - [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.18.0...v1.19.0) --- updated-dependencies: - dependency-name: onnx dependency-version: 1.19.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 2b808da..d13e4c7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -17,7 +17,7 @@ matplotlib~=3.9 mpmath~=1.3 networkx~=3.2 numpy~=2.0 -onnx~=1.18 +onnx~=1.19 onnxruntime~=1.20 opencv-python~=4.12 packaging~=25.0