From bd1827fe1b6bc54b8c3f988bf61b12098682d210 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 03:36:48 +0000 Subject: [PATCH] Bump pillow 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] --- .../hw1/499Hw1ArtificialNeuralNetwork/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Introduction to Machine Learning(CENG 499)/hw1/499Hw1ArtificialNeuralNetwork/requirements.txt b/Introduction to Machine Learning(CENG 499)/hw1/499Hw1ArtificialNeuralNetwork/requirements.txt index 8ccd5939..0bca45a9 100644 --- a/Introduction to Machine Learning(CENG 499)/hw1/499Hw1ArtificialNeuralNetwork/requirements.txt +++ b/Introduction to Machine Learning(CENG 499)/hw1/499Hw1ArtificialNeuralNetwork/requirements.txt @@ -7,7 +7,7 @@ gridworld==0.1 gym==0.17.1 install==1.3.4 numpy==1.18.2 -Pillow==8.1.1 +Pillow==9.0.0 pip==20.2.4 pyglet==1.5.0 pytiled-parser==0.9.3