From 5be14aa7a0b9cfc7bbcc2abc87c69c01f496d41b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 10:40:10 +0000 Subject: [PATCH] Update pillow requirement from ~=9.1.1 to ~=9.2.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.2.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 7bccd0d..a0b6d90 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,4 @@ rich==12.5.1 toml==0.10.2 translators==5.3.1 -Pillow~=9.1.1 +Pillow~=9.2.0