From f0d5c09494ee67595b60053f45049f56f8fdd6f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2020 11:56:26 +0000 Subject: [PATCH] Bump pillow from 6.1.0 to 7.1.0 Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.1.0 to 7.1.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/6.1.0...7.1.0) Signed-off-by: dependabot[bot] --- docker/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/requirements.txt b/docker/requirements.txt index e2ce163..c7fe49c 100644 --- a/docker/requirements.txt +++ b/docker/requirements.txt @@ -1,7 +1,7 @@ matplotlib numpy pandas==0.25.0 -Pillow==6.1.0 +Pillow==7.1.0 pyserial==3.4 PySimpleGUI==4.1.0 scipy diff --git a/requirements.txt b/requirements.txt index 11fa9b4..a983d3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ matplotlib numpy pandas==0.25.0 -Pillow==6.1.0 +Pillow==7.1.0 pyserial==3.4 PySimpleGUI==4.11.0 scipy