From 6df65879bfed0a7c857f227cf5de44c566c8a105 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 21:31:51 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 3 updates Bumps the pip group with 3 updates in the / directory: [onnx](https://github.com/onnx/onnx), [pillow](https://github.com/python-pillow/Pillow) and [tqdm](https://github.com/tqdm/tqdm). 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) Updates `tqdm` from 4.65.0 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.65.0...v4.66.3) --- updated-dependencies: - dependency-name: onnx dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-type: direct:production dependency-group: pip - dependency-name: tqdm dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements-headless.txt | 4 ++-- requirements.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements-headless.txt b/requirements-headless.txt index ce287f52d..ec351de8b 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 @@ -10,4 +10,4 @@ onnxruntime==1.15.0 tensorflow==2.13.0 opennsfw2==0.10.2 protobuf==4.23.4 -tqdm==4.65.0 +tqdm==4.66.3 diff --git a/requirements.txt b/requirements.txt index 9f289fda3..b51916520 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' @@ -17,5 +17,5 @@ onnxruntime-gpu==1.15.1; sys_platform != 'darwin' tensorflow==2.13.0 opennsfw2==0.10.2 protobuf==4.23.4 -tqdm==4.65.0 +tqdm==4.66.3 gfpgan==1.3.8