From adb1c31c00a3b1cc82e967a235d4ede8b5518f26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 10:18:07 +0000 Subject: [PATCH] Bump pillow in /streamlit_frontend_tutorial/app7_opencv_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] --- .../app7_opencv_tutorial/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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