From 84115e9b32a3c0aec43536360bdaeabab9d8c6ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Nov 2023 08:54:46 +0000 Subject: [PATCH] Bump onnxruntime from 1.15.1 to 1.16.3 Bumps [onnxruntime](https://github.com/microsoft/onnxruntime) from 1.15.1 to 1.16.3. - [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.15.1...v1.16.3) --- updated-dependencies: - dependency-name: onnxruntime dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- web_ui/build_requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0981619..43da823 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ Pillow==10.0.0 keras~=2.10.0 # Inference rembg==2.0.50 -onnxruntime==1.15.1 +onnxruntime==1.16.3 scipy==1.11.2 # Export to onnx tf2onnx==1.14.0 # Not upgradable due to incompatibility with onnxruntime/tf diff --git a/web_ui/build_requirements.txt b/web_ui/build_requirements.txt index 4083edc..699b6b8 100644 --- a/web_ui/build_requirements.txt +++ b/web_ui/build_requirements.txt @@ -4,4 +4,4 @@ pooch==1.7.0 numpy==1.23.5 Pillow==10.0.0 rembg~=2.0.32 -onnxruntime==1.15.1 \ No newline at end of file +onnxruntime==1.16.3 \ No newline at end of file