From cde884cc276ff1669e59fe4c2725622ac623a5ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 21:34:13 +0000 Subject: [PATCH] Bump pillow from 6.2.0 to 10.0.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.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/6.2.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 54287bf..b3653e6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,6 @@ ttclust msgpack RXPY>=0.1.0 wxpython==4.0.0b1 -Pillow==6.2.0 +Pillow==10.0.1 psutil==5.6.6 gooey diff --git a/setup.py b/setup.py index 3b43e11..cec66b0 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ install_requires=["ttclust", 'RXPY>=0.1.0', 'wxpython==4.0.0b1', - 'Pillow==6.2.0', + 'Pillow==10.0.1', 'psutil==5.6.6', 'gooey'], entry_points={'gui_scripts':['ttclustGUI=ttclust.ttclustGUI:main']},