From 6a2b95a029d9751408dc0b2f89413fb6e8170205 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 00:05:11 +0000 Subject: [PATCH] Bump pillow from 9.1.0 to 9.1.1 in /.devcontainer Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.1.0 to 9.1.1. - [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/9.1.0...9.1.1) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .devcontainer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/requirements.txt b/.devcontainer/requirements.txt index 743f212a..c0eaf075 100644 --- a/.devcontainer/requirements.txt +++ b/.devcontainer/requirements.txt @@ -5,7 +5,7 @@ imageio==2.16.2 keras==2.8.0 nltk==3.5 pandas==1.4.2 -pillow==9.1.0 +pillow==9.1.1 pygame==2.1.2 scikit-image==0.19.2 seaborn==0.11.2