From 5e282c6659fbe49b6ff4cbc525df321f2fe63ea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 01:24:55 +0000 Subject: [PATCH] Bump pillow from 8.1.1 to 9.0.0 in /003_slam Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.1.1 to 9.0.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/8.1.1...9.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 003_slam/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/003_slam/requirements.txt b/003_slam/requirements.txt index dbcc355..f1f2ba5 100644 --- a/003_slam/requirements.txt +++ b/003_slam/requirements.txt @@ -2,5 +2,5 @@ jupyter==1.0.0 matplotlib==2.1.1 pandas==0.22.0 numpy==1.12.1 -pillow==8.1.1 +pillow==9.0.0 scipy==1.0.0