From fcc332f5e484dca4b898a3ebff832f09031e09f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 23:33:26 +0000 Subject: [PATCH] Bump pillow from 9.0.0 to 10.0.1 in /image-action Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.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/9.0.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- image-action/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image-action/requirements.txt b/image-action/requirements.txt index 2e7ce29..c340e87 100644 --- a/image-action/requirements.txt +++ b/image-action/requirements.txt @@ -1,3 +1,3 @@ ImageHash==4.1.0 PyGithub==1.51 -Pillow==9.0.0 \ No newline at end of file +Pillow==10.0.1 \ No newline at end of file