From 860647d88d7852127e0e9f3b95c19127c27cba5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 16:05:40 +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.1.1. - [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.1.1) 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..13f0321 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.1.1 numpy==1.19.5 requests==2.25.1 matplotlib==3.3.3 \ No newline at end of file