From 7b046dd99efd7f01c311daa79f76f63f75d8b304 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 10:16:52 +0000 Subject: [PATCH] Bump pillow from 7.2.0 to 10.0.1 Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.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/7.2.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 258b90b..7e9b604 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ dependencies = [ "Flask==2.3.2", "MarkupSafe==2.1.1", - "Pillow==7.2.0", + "Pillow==10.0.1", "Werkzeug==2.2.2", "boto3~=1.28.8", "cryptography==40.0.2",