From 4f26abac3ff5eec9accb61ebc68d0f4e43454827 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 20:57:22 +0200 Subject: [PATCH] chore(deps): bump pillow from 9.0.1 to 10.3.0 (#821) Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 to 10.3.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.0.1...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2f8e11a8..7c1e253b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -45,7 +45,7 @@ pbr==6.0.0; python_version >= '2.6' pdfminer.six==20211012; python_version >= '3.6' pexpect==4.9.0; sys_platform != 'win32' pickleshare==0.7.5 -pillow==9.0.1; python_version >= '3.7' +pillow==10.3.0; python_version >= '3.7' pip==24.0; python_version >= '3.7' platformdirs==2.5.0; python_version >= '3.7' pluggy==1.0.0; python_version >= '3.6'