Skip to content

Commit

Permalink
Pillow 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibyx committed Feb 3, 2022
1 parent c79ad57 commit 2803e1e
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 46 deletions.
79 changes: 35 additions & 44 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tool.poetry]
name = "django-api-forms"
version = "0.20.1"
version = "0.21.0"
description = "Declarative Django request validation"
authors = ["Jakub Dubec <[email protected]>", "Paul Brown <[email protected]>"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.8"
Django = ">=2.0"
Pillow = ">=2.1,<9"
Pillow = ">=2.1"
msgpack = "*"

[tool.poetry.dev-dependencies]
Expand Down

0 comments on commit 2803e1e

Please sign in to comment.