From d784672b80bce37b9c10ff89aee3d256fa066c98 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 01:24:07 +0000 Subject: [PATCH] Bump pillow from 9.4.0 to 10.0.1 in /ExecuteStage Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.4.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.4.0...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ExecuteStage/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ExecuteStage/requirements.txt b/ExecuteStage/requirements.txt index 18eef38..0861e31 100644 --- a/ExecuteStage/requirements.txt +++ b/ExecuteStage/requirements.txt @@ -2,7 +2,7 @@ commandline_config==2.2.3 requests==2.31.0 selenium==4.5.0 pyinstaller==5.13.2 -Pillow==9.4.0 +Pillow==10.0.1 openpyxl==3.1.2 pymysql==1.1.0 lxml==4.9.2