From f8a3c21e56cf165c8d199db2598bf056d119691f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Nov 2020 07:51:38 +0000 Subject: [PATCH] Bump pillow from 7.0.0 to 7.1.0 in /fir_ser Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.0.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/7.0.0...7.1.0) Signed-off-by: dependabot[bot] --- fir_ser/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fir_ser/requirements.txt b/fir_ser/requirements.txt index 3fc17b2..909664e 100644 --- a/fir_ser/requirements.txt +++ b/fir_ser/requirements.txt @@ -44,7 +44,7 @@ paramiko==2.7.1 parso==0.6.2 pexpect==4.8.0 pickleshare==0.7.5 -Pillow==7.0.0 +Pillow==7.1.0 prompt-toolkit==3.0.3 ptyprocess==0.6.0 pycparser==2.20