From 21667ee9b872fb865ebb1c13513618f71049ca7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 12:36:22 +0000 Subject: [PATCH] build(deps): bump onnxruntime from 1.24.1 to 1.24.2 Bumps [onnxruntime](https://github.com/microsoft/onnxruntime) from 1.24.1 to 1.24.2. - [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.24.1...v1.24.2) --- updated-dependencies: - dependency-name: onnxruntime dependency-version: 1.24.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1e81746a..667b8d80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ redis==7.2.0 # Image processing Pillow==12.1.1 numpy==2.4.2 -onnxruntime==1.24.1 +onnxruntime==1.24.2 # Geodesy - accurate coordinate transformations pyproj==3.7.2