From 3f1bb95437242d34207e88762eb9c0d4c62f455d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 05:25:24 +0000 Subject: [PATCH] deps: update pillow requirement from <=9.5.0 to <=10.1.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/8.0.0...10.1.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 5de2fba22..9a49fcc0d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ regex<2022.1.18 dragonfly2>=0.29.0 wxpython==4.1.0 -pillow<=9.5.0 +pillow<=10.1.0 tomlkit<=0.11.6 future>=0.18.2 mock>=3.0.5