From 3e7e6a26b8607e777e46afc4f9c9557ac4823508 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Mar 2022 00:57:56 +0000 Subject: [PATCH] build(deps): bump pillow from 8.2.0 to 9.0.1 in /chatbots/ml_bot Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.2.0 to 9.0.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/8.2.0...9.0.1) --- 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..1bab6b4 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.1 pydub==0.25.1 pyparsing==2.4.7 pyTelegramBotAPI==3.7.9