From 435c180d60e79cbfa2a3707030932631675f58cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 05:31:16 +0000 Subject: [PATCH] Bump pillow from 8.2.0 to 9.0.0 in /chatbots/ml_bot Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.0 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.2.0...9.0.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- chatbots/ml_bot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatbots/ml_bot/requirements.txt b/chatbots/ml_bot/requirements.txt index c3519c3..12ea59b 100644 --- a/chatbots/ml_bot/requirements.txt +++ b/chatbots/ml_bot/requirements.txt @@ -12,7 +12,7 @@ matplotlib==3.4.2 networkx==2.5.1 nltk==3.6.2 numpy==1.20.3 -Pillow==8.2.0 +Pillow==9.0.0 pydub==0.25.1 pyparsing==2.4.7 pyTelegramBotAPI==3.7.9