Skip to content

Commit

Permalink
build(deps): update pillow requirement from ^9.5.0 to >=9.5,<11.0
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.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@9.5.0...10.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 3, 2023
1 parent 19619a3 commit 719b661
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 @@ -64,7 +64,7 @@ PyYAML = "^6.0"
urllib3 = ">=1.26.12,<3.0.0"
w3lib = "^2.1.1"
py_mini_racer="^0.6.0"
pillow="^9.5.0"
pillow=">=9.5,<11.0"
simplejson = { version = ">=3.17.6", optional = true }
pylogbeat={ version = ">=2.0.0", optional = true }
limits={ version = ">=3.5.0", optional = true }
Expand Down

0 comments on commit 719b661

Please sign in to comment.