Skip to content

Commit

Permalink
Update pillow requirement in the python-dependencies group (#544)
Browse files Browse the repository at this point in the history
Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version.

Updates `pillow` to 11.0.0
- [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.1.0...11.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 9cdc799 commit 908ae0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies = [
# Strategy dependencies
"celery>=5.3.5,<6",
"openpyxl>=3.1.2,<4",
"Pillow>=10.1.0,<11",
"Pillow>=10.1.0,<12",
"psycopg[binary]~=3.2.1",
"pysftp~=0.2.9",
"requests>=2.31.0,<3",
Expand Down

0 comments on commit 908ae0d

Please sign in to comment.