From f5eba09feec998a5ce4649395abeb6c04e016eb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:15:38 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the / directory: [onnx](https://github.com/onnx/onnx) and [pillow](https://github.com/python-pillow/Pillow). Updates `onnx` from 1.14.0 to 1.16.0 - [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.14.0...v1.16.0) Updates `pillow` from 10.0.0 to 10.3.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.0.0...10.3.0) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production dependency-group: pip-security-group - dependency-name: pillow dependency-type: direct:production dependency-group: pip-security-group ... Signed-off-by: dependabot[bot] --- requirements-headless.txt | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-headless.txt b/requirements-headless.txt index ce287f52d..5cf10ec34 100644 --- a/requirements-headless.txt +++ b/requirements-headless.txt @@ -1,6 +1,6 @@ numpy==1.24.3 opencv-python==4.8.0.74 -onnx==1.14.0 +onnx==1.16.0 insightface==0.7.3 psutil==5.9.5 tk==0.1.0 diff --git a/requirements.txt b/requirements.txt index 9f289fda3..2cafecae4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,14 +2,14 @@ numpy==1.24.3 opencv-python==4.8.0.74 -onnx==1.14.0 +onnx==1.16.0 insightface==0.7.3 psutil==5.9.5 tk==0.1.0 customtkinter==5.2.0 tkinterdnd2==0.3.0; sys_platform != 'darwin' and platform_machine != 'arm64' tkinterdnd2-universal==1.7.3; sys_platform == 'darwin' and platform_machine == 'arm64' -pillow==10.0.0 +pillow==10.3.0 onnxruntime==1.15.1; python_version != '3.9' and sys_platform == 'darwin' and platform_machine != 'arm64' onnxruntime-coreml==1.13.1; python_version == '3.9' and sys_platform == 'darwin' and platform_machine != 'arm64' onnxruntime-silicon==1.13.1; sys_platform == 'darwin' and platform_machine == 'arm64'