From 1be041e13aafc755c167ff12a3e417eae9ece799 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 10:41:35 +0000 Subject: [PATCH] Update pillow requirement from ~=9.1.1 to ~=9.3.0 Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. - [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.1...9.3.0) --- updated-dependencies: - dependency-name: pillow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a2ccadf..77335a3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,4 +13,4 @@ translators==5.3.1 pyttsx3==2.90 Pillow~=9.1.1 tomlkit==0.11.4 -Flask==2.2.2 +Flask==2.2.2 \ No newline at end of file