From 31c37d41595af6afd5b49ac165f4f8735e5e6744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Nov 2022 06:20:22 +0000 Subject: [PATCH] Bump pillow from 7.1.2 to 9.3.0 in /17-Chatbot Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.1.2 to 9.3.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/7.1.2...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- 17-Chatbot/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/17-Chatbot/requirements.txt b/17-Chatbot/requirements.txt index b23da6c..7bf8df7 100644 --- a/17-Chatbot/requirements.txt +++ b/17-Chatbot/requirements.txt @@ -1,7 +1,7 @@ certifi==2020.4.5.2 chardet==3.0.4 idna==2.9 -Pillow==7.1.2 +Pillow==9.3.0 pony==0.7.13 psycopg2==2.8.5 requests==2.24.0