From dda8b08543c250553120ffed7821726abcd8dcd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 04:36:20 +0000 Subject: [PATCH] Bump pillow from 6.2.0 to 9.3.0 in /robots/LoCoBot Bumps [pillow](https://github.com/python-pillow/Pillow) from 6.2.0 to 9.3.0. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/6.2.0...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- robots/LoCoBot/requirements_python2.txt | 2 +- robots/LoCoBot/requirements_python3.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/robots/LoCoBot/requirements_python2.txt b/robots/LoCoBot/requirements_python2.txt index 10e7f3ff..45f5bfbb 100644 --- a/robots/LoCoBot/requirements_python2.txt +++ b/robots/LoCoBot/requirements_python2.txt @@ -2,7 +2,7 @@ numpy==1.16.0 scipy==1.2.0 matplotlib==2.2.3 ipython==5.8.0 -Pillow==6.2.0 +Pillow==9.3.0 https://download.pytorch.org/whl/cpu/torch-1.0.0-cp27-cp27mu-linux_x86_64.whl torchvision==0.2.1 opencv-python==4.0.0.21 diff --git a/robots/LoCoBot/requirements_python3.txt b/robots/LoCoBot/requirements_python3.txt index dd42d79b..86c79bfc 100644 --- a/robots/LoCoBot/requirements_python3.txt +++ b/robots/LoCoBot/requirements_python3.txt @@ -2,7 +2,7 @@ numpy>=1.17.0 scipy>=1.2.0 matplotlib>=2.2.3 ipython==5.8.0 -Pillow==6.2.0 +Pillow==9.3.0 torch torchvision opencv-python==4.0.0.21