From 5fbc0c07557a2a64051f87f0ac21005213e76841 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 00:57:16 +0000 Subject: [PATCH] Bump pillow from 9.3.0 to 10.0.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.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/9.3.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5b0d0fd..f4a1bb9 100644 --- a/setup.py +++ b/setup.py @@ -16,6 +16,6 @@ include_package_data=True, test_suite='tests', install_requires=['pandas>=1.0.1', 'tableaudocumentapi>=0.7', 'tableauserverclient>=0.16.0', 'PyPDF3==1.0.5', - 'Pillow==9.3.0', "openpyxl==3.0.4"], + 'Pillow==10.0.1', "openpyxl==3.0.4"], python_requires='>=3.7', )