From 7a7c0cc67d55289002d01e5f388c80255daa7c1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 21:52:39 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the / directory: [tqdm](https://github.com/tqdm/tqdm) and [pillow](https://github.com/python-pillow/Pillow). Updates `tqdm` from 4.66.1 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.1...v4.66.3) Updates `pillow` from 10.2.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.2.0...10.3.0) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production dependency-group: pip - dependency-name: pillow dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7699d44..914e6ee 100644 --- a/setup.py +++ b/setup.py @@ -59,8 +59,8 @@ def read(file_name): install_requires=[ 'numpy==1.26.3', 'tensorflow==2.11.1', - 'tqdm==4.66.1', - 'Pillow==10.2.0', + 'tqdm==4.66.3', + 'Pillow==10.3.0', 'six==1.16.0' ] )