From 2b8c938b636614df65eabae17edf229e661ff3b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 09:52:58 -0500 Subject: [PATCH] chore(deps): bump pillow (#11396) Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.0.1 to 10.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/10.0.1...10.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- appengine/flexible_python37_and_earlier/scipy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/flexible_python37_and_earlier/scipy/requirements.txt b/appengine/flexible_python37_and_earlier/scipy/requirements.txt index dbb9c85c918d..e5f3e8c6fa5e 100644 --- a/appengine/flexible_python37_and_earlier/scipy/requirements.txt +++ b/appengine/flexible_python37_and_earlier/scipy/requirements.txt @@ -3,6 +3,6 @@ Flask==2.0.3; python_version < '3.7' gunicorn==20.1.0 imageio==2.29.0 numpy==1.21.6 -pillow==10.0.1 +pillow==10.3.0 scipy==1.7.3 Werkzeug==2.3.7