Skip to content

Commit

Permalink
⬆️ Bump pillow from 10.4.0 to 11.1.0
Browse files Browse the repository at this point in the history
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.4.0 to 11.1.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.4.0...11.1.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent fba66d7 commit 0184243
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 @@ -30,7 +30,7 @@ classifiers = [
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
requests = "^2.32.3"
Pillow = ">=9.2,<11.0"
Pillow = ">=9.2,<12.0"
msgspec = ">=0.12,<0.19"
asyncio = {version = "^3.4.3", optional = true, extras = ["speedups"]}
aiohttp = {version = "^3.11.11", optional = true}
Expand Down

0 comments on commit 0184243

Please sign in to comment.