From cb8ad63169641920847c4680766406c055f9ff5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 00:58:12 +0000 Subject: [PATCH] Bump pillow from 8.1.0 to 9.0.0 in /src/python Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.0 to 9.0.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/8.1.0...9.0.0) --- 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 373c351..13c64c4 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.22.0', 'pydotplus==2.0.2', 'rply==0.7.6', 'pillow==8.1.0', + install_requires=['requests==2.22.0', 'pydotplus==2.0.2', 'rply==0.7.6', 'pillow==9.0.0', 'fpdf==1.7.2', 'pypdf2', 'pyyaml', 'guizero', 'python-dateutil', 'beautifulsoup4', 'torch', 'torchvision'], package_data={'pathfinder.mapmaker.pytorch': ['*.pt'],