From fdacb84d1d99af906524e95e3cc4b58025c46406 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 01:15:08 +0000 Subject: [PATCH] Bump pillow from 3.3.1 to 9.3.0 in /modules/noise Bumps [pillow](https://github.com/python-pillow/Pillow) from 3.3.1 to 9.3.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/3.3.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- modules/noise/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 modules/noise/requirements.txt diff --git a/modules/noise/requirements.txt b/modules/noise/requirements.txt old mode 100755 new mode 100644 index dc3bd15..a5b39c2 --- a/modules/noise/requirements.txt +++ b/modules/noise/requirements.txt @@ -1,7 +1,7 @@ cycler==0.10.0 matplotlib==1.5.2 numpy==1.11.1 -Pillow==3.3.1 +Pillow==9.3.0 pyparsing==2.1.8 python-dateutil==2.5.3 pytz==2016.6.1