From 516406a26a40bab9ad22dbcba09cf57b00b3eb7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 10:17:43 +0000 Subject: [PATCH] Bump pillow from 8.1.0 to 8.2.0 in /streamlit_frontend_tutorial Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.0 to 8.2.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/8.1.0...8.2.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- streamlit_frontend_tutorial/all_requirements.txt | 2 +- .../app7_opencv_tutorial/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/streamlit_frontend_tutorial/all_requirements.txt b/streamlit_frontend_tutorial/all_requirements.txt index 7d6228e..06074b6 100644 --- a/streamlit_frontend_tutorial/all_requirements.txt +++ b/streamlit_frontend_tutorial/all_requirements.txt @@ -53,7 +53,7 @@ pandas==1.1.5 pandocfilters==1.4.3 parso==0.8.1 pickleshare==0.7.5 -Pillow==8.1.0 +Pillow==8.2.0 prometheus-client==0.9.0 prompt-toolkit==3.0.10 protobuf==3.14.0 diff --git a/streamlit_frontend_tutorial/app7_opencv_tutorial/requirements.txt b/streamlit_frontend_tutorial/app7_opencv_tutorial/requirements.txt index c3a908c..b0b5276 100644 --- a/streamlit_frontend_tutorial/app7_opencv_tutorial/requirements.txt +++ b/streamlit_frontend_tutorial/app7_opencv_tutorial/requirements.txt @@ -1,6 +1,6 @@ streamlit==0.75.0 opencv-python-headless -Pillow==8.1.0 +Pillow==8.2.0 numpy==1.19.5 requests==2.25.1 matplotlib==3.3.3 \ No newline at end of file