From fa3cacd280f47c5a650e572f47e20773d05f4574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 23:50:08 +0000 Subject: [PATCH] Update pillow requirement from ~=9.0.1 to ~=10.4.0 Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [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.0.1...10.4.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1c7bc2b2..eaa52a1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ pycryptodome~=3.14.1 pycryptoplus~=0.0.1 pyopenssl~=22.0.0 Flask~=2.0.3 -Pillow~=9.0.1 +Pillow~=10.4.0 zstandard==0.15.2 future~=0.18.2 asn1~=2.4.2