From e3d81fdd3a96a8d81fab13e72eff3c1aa4e77ba1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 20:33:54 +0000 Subject: [PATCH] Bump pillow from 9.1.0 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.1.0 to 9.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/9.1.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: indirect ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c6ce5b0..cb89795 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ ], keywords=['sci-annot', 'object', 'detection', 'evaluation'], python_requires='>=3.9, <4', - install_requires=['coloredlogs==15.0.1', "humanfriendly==10.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'", 'lapsolver==1.1.0', 'mypy==1.3.0', "mypy-extensions==1.0.0; python_version >= '3.5'", 'numpy==1.22.3', 'opencv-python==4.5.5.64', 'pandas==1.4.2', 'pdf2image==1.16.0', "pillow==9.1.0; python_version >= '3.7'", 'pyarrow==7.0.0', "python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", 'pytz==2022.1', "six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "tomli==2.0.1; python_version < '3.11'", "typing-extensions==4.6.3; python_version >= '3.7'"], + install_requires=['coloredlogs==15.0.1', "humanfriendly==10.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'", 'lapsolver==1.1.0', 'mypy==1.3.0', "mypy-extensions==1.0.0; python_version >= '3.5'", 'numpy==1.22.3', 'opencv-python==4.5.5.64', 'pandas==1.4.2', 'pdf2image==1.16.0', "pillow==9.3.0; python_version >= '3.7'", 'pyarrow==7.0.0', "python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", 'pytz==2022.1', "six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'", "tomli==2.0.1; python_version < '3.11'", "typing-extensions==4.6.3; python_version >= '3.7'"], packages=find_packages(), entry_points={ 'console_scripts': [