From e256756e88a1ba9efac061cea493035b5c83f140 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 23:46:41 +0000 Subject: [PATCH] Bump pillow in /projects/convert_png_images_to_ico_format Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.2.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/7.2.0...10.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- projects/convert_png_images_to_ico_format/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/convert_png_images_to_ico_format/requirements.txt b/projects/convert_png_images_to_ico_format/requirements.txt index 692a5fe58..1019ee5a1 100644 --- a/projects/convert_png_images_to_ico_format/requirements.txt +++ b/projects/convert_png_images_to_ico_format/requirements.txt @@ -1 +1 @@ -Pillow==7.2.0 \ No newline at end of file +Pillow==10.2.0 \ No newline at end of file