From f570157e80788853aeffe1ce8c8bd8e0ab0a3789 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:13:37 +0000 Subject: [PATCH] Bump onnxruntime from 1.18.1 to 1.20.1 Bumps [onnxruntime](https://github.com/microsoft/onnxruntime) from 1.18.1 to 1.20.1. - [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.18.1...v1.20.1) --- updated-dependencies: - dependency-name: onnxruntime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 38d89c6..fb04106 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ humanfriendly==10.0; python_version >= '2.7' and python_version not in '3.0, 3.1 magika==0.5.1; python_version < '3.13' and python_version >= '3.8' mpmath==1.3.0 numpy==1.26.4; python_version < '3.13' and python_version >= '3.9' -onnxruntime==1.18.1 +onnxruntime==1.20.1 packaging==24.1; python_version >= '3.8' protobuf==5.27.3; python_version >= '3.8' pydantic==2.8.2; python_version >= '3.8'