From 46c631e15545a673d63bf3b49a1a3fcd0b5a5073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 19:54:14 +0000 Subject: [PATCH] Bump ipython from 5.8.0 to 7.16.3 in /robots/LoCoBot Bumps [ipython](https://github.com/ipython/ipython) from 5.8.0 to 7.16.3. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/5.8.0...7.16.3) --- updated-dependencies: - dependency-name: ipython 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..ca1d281d 100644 --- a/robots/LoCoBot/requirements_python2.txt +++ b/robots/LoCoBot/requirements_python2.txt @@ -1,7 +1,7 @@ numpy==1.16.0 scipy==1.2.0 matplotlib==2.2.3 -ipython==5.8.0 +ipython==7.16.3 Pillow==6.2.0 https://download.pytorch.org/whl/cpu/torch-1.0.0-cp27-cp27mu-linux_x86_64.whl torchvision==0.2.1 diff --git a/robots/LoCoBot/requirements_python3.txt b/robots/LoCoBot/requirements_python3.txt index dd42d79b..f1692d25 100644 --- a/robots/LoCoBot/requirements_python3.txt +++ b/robots/LoCoBot/requirements_python3.txt @@ -1,7 +1,7 @@ numpy>=1.17.0 scipy>=1.2.0 matplotlib>=2.2.3 -ipython==5.8.0 +ipython==7.16.3 Pillow==6.2.0 torch torchvision