Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update pillow requirement from <11.1.0,>=10.4.0 to >=10.4.0,<11.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](python-pillow/Pillow@10.4.0...11.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
commit b1f8baad17039bfe499fd7d6fd4a8e526a809725
2 changes: 1 addition & 1 deletion requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ autoflake
ellar-cli >= 0.3.7
factory-boy >= 3.3.0
httpx
Pillow >=10.4.0, <11.1.0
Pillow >=10.4.0, <11.2.0
mypy == 1.13.0
pytest >= 7.1.3,< 9.0.0
pytest-asyncio
Expand Down