From b56f71f53f7184963bf50e2fa37bf3e2d6f48235 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 22:27:02 +0000 Subject: [PATCH] Bump pillow from 8.1.0 to 10.0.1 in /src/python Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.0 to 10.0.1. - [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/8.1.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/setup.py b/src/python/setup.py index 26778fc..cf768c6 100644 --- a/src/python/setup.py +++ b/src/python/setup.py @@ -12,7 +12,7 @@ author_email='tomoinn@gmail.com', license='GPL3', packages=find_namespace_packages(), - install_requires=['requests==2.31.0', 'pydotplus==2.0.2', 'rply==0.7.6', 'pillow==8.1.0', + install_requires=['requests==2.31.0', 'pydotplus==2.0.2', 'rply==0.7.6', 'pillow==10.0.1', 'fpdf==1.7.2', 'pypdf2', 'pyyaml', 'guizero', 'python-dateutil', 'beautifulsoup4', 'torch', 'torchvision'], package_data={'pathfinder.mapmaker.pytorch': ['*.pt'],