Update pillow requirement from <=9.2.0,>=8.0 to >=8.0,<9.4.0 (#481)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Fri, 11 Nov 2022 21:42:01 +0000 (22:42 +0100)
committerGitHub <noreply@github.com>
Fri, 11 Nov 2022 21:42:01 +0000 (22:42 +0100)
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...9.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
requirements.txt

index 3c351015456b48c6843581022b584bc94cac5251..f68fe70e9e90b66cfa76f0db90e50964a3e55b81 100644 (file)
@@ -6,7 +6,7 @@ databases>=0.5,<0.6.5
 aiosqlite>=0.13,<=0.17
 python-slugify>=4.0,<6.1.3
 memory-tempfile<=2.2.3
-pillow>=8.0,<=9.2.0
+pillow>=8.0,<9.4.0
 unidecode>=1.0,<1.3.7
 mashumaro>=3.0,<=3.1
 xmltodict>=0.12.0,<=0.13.0