From 6053ec1c8a8117f8c250b749cffa47769a8a5f52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 01:00:58 +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(-) mode change 100755 => 100644 setup.py diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index 68cd858f..aacb795e --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ def run(self): "flask-restful>=0.3.9,<1.0", "jsonschema>=3.2.0,<4.18.0", "mnemonic>=0.19,<1.0", - "pillow>=8.0.0,<10.0.0", + "pillow>=8.0.0,<11.0.0", "pyelftools>=0.27,<1.0", "pyqt5>=5.15.2,<6.0.0", "requests>=2.25.1,<3.0.0",