From 62170178a651da9d3b8cfb30cf6402b554f54260 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Mar 2021 21:36:48 +0000 Subject: [PATCH] Bump pillow from 8.1.0 to 8.1.1 in /src/python Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.0 to 8.1.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/8.1.0...8.1.1) 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..9a4e6e1 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==8.1.1', 'fpdf==1.7.2', 'pypdf2', 'pyyaml', 'guizero', 'python-dateutil', 'beautifulsoup4', 'torch', 'torchvision'], package_data={'pathfinder.mapmaker.pytorch': ['*.pt'],