Skip to content

Commit 6bfd3b7

Browse files
Bump pillow from 7.2.0 to 8.1.1 (#13)
Bumps [pillow](https://github.com/python-pillow/Pillow) from 7.2.0 to 8.1.1. - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/master/CHANGES.rst) - [Commits](python-pillow/Pillow@7.2.0...8.1.1) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 62e81eb commit 6bfd3b7

2 files changed

Lines changed: 37 additions & 32 deletions

File tree

poetry.lock

Lines changed: 36 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616
[tool.poetry.dependencies]
1717
python = "^3.6"
1818
requests = "^2.24.0"
19-
pillow = "^7.2.0"
19+
pillow = ">=7.2,<9.0"
2020
numpy = "^1.16"
2121
dataclasses = { version = "^0.7", python = ">=3.6,<3.7" }
2222

0 commit comments

Comments
 (0)