From d8b2e2dbb80476d8d78adc0ab8174dff3f044cef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 21:12:41 +0000 Subject: [PATCH] Bump pillow from 8.3.1 to 10.0.1 in /Toolbox Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.1 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/8.3.1...10.0.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Toolbox/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 Toolbox/requirements.txt diff --git a/Toolbox/requirements.txt b/Toolbox/requirements.txt old mode 100755 new mode 100644 index 4dddbefe..75e07763 --- a/Toolbox/requirements.txt +++ b/Toolbox/requirements.txt @@ -2,7 +2,7 @@ beautifulsoup4==4.8.2 bs4==0.0.1 imageio==2.8.0 numpy==1.21.2 -Pillow==8.3.1 +Pillow==10.0.1 PyYAML==5.4.1 lxml==4.6.3 svgpathtools==1.4.1