From 115b881e1966f7cbc088b1df677e74ed74bfca55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 07:41:21 +0000 Subject: [PATCH] Bump pillow from 8.1.1 to 9.3.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.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/8.1.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api_flask/requirements.txt | 2 +- notebooks/requirements.txt | 2 +- requirements-dev.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/api_flask/requirements.txt b/api_flask/requirements.txt index 48f1671..883ad77 100644 --- a/api_flask/requirements.txt +++ b/api_flask/requirements.txt @@ -19,7 +19,7 @@ numpy==1.19.2 packaging==20.4 pandas==1.1.3 partd==1.1.0 -Pillow==8.1.1 +Pillow==9.3.0 protobuf==3.13.0 psutil==5.7.2 pyarrow==1.0.1 diff --git a/notebooks/requirements.txt b/notebooks/requirements.txt index 00c02ee..19f59a0 100644 --- a/notebooks/requirements.txt +++ b/notebooks/requirements.txt @@ -51,7 +51,7 @@ pandocfilters==1.4.2 parso==0.7.1 pexpect==4.8.0 pickleshare==0.7.5 -Pillow==8.1.1 +Pillow==9.3.0 prometheus-client==0.8.0 prompt-toolkit==3.0.8 psutil==5.7.2 diff --git a/requirements-dev.txt b/requirements-dev.txt index f90094d..043cda3 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -27,7 +27,7 @@ numpy==1.19.2 packaging==20.4 pandas==1.1.3 partd==1.1.0 -Pillow==8.1.1 +Pillow==9.3.0 plotly==4.11.0 protobuf==3.13.0 psutil==5.7.2