From 139b50993c888ec9ec15b6fc3ab3331b71dae8eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 22:05:38 -0600 Subject: [PATCH] Bump pillow from 10.4.0 to 11.0.0 (#48) Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.4.0 to 11.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/10.4.0...11.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements-linux.txt | 2 +- requirements-windows.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-linux.txt b/requirements-linux.txt index 56f2dfb..e79102e 100644 --- a/requirements-linux.txt +++ b/requirements-linux.txt @@ -3,7 +3,7 @@ certifi==2024.8.30 chardet==5.2.0 clipboard==0.0.4 idna==3.10 -Pillow==10.4.0 +Pillow==11.0.0 pynput==1.7.7 pyperclip==1.9.0 requests==2.32.3 diff --git a/requirements-windows.txt b/requirements-windows.txt index 66f9623..9ccc693 100644 --- a/requirements-windows.txt +++ b/requirements-windows.txt @@ -3,7 +3,7 @@ certifi==2024.8.30 chardet==5.2.0 clipboard==0.0.4 idna==3.10 -Pillow==10.4.0 +Pillow==11.0.0 pynput==1.7.7 pyperclip==1.9.0 pywin32==308