From faa5b634c0528e66cc9a5e08aaf23c158cd4cbad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 03:25:50 +0000 Subject: [PATCH] Bump pillow from 9.5.0 to 10.2.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.0 to 10.2.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/9.5.0...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-requirements.txt b/test-requirements.txt index 088ca93d..b802922e 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,5 +3,5 @@ pytest-datadir>=1.4.1 pytest-regressions>=2.4.2 dirty_equals >= 0.6 # 10.0+ removes 32-bit wheels. -Pillow == 9.5.0; python_version == '3.8' +Pillow == 10.2.0; python_version == '3.8' Pillow > 10.0.0; python_version > '3.8'