Revert pillow 8.3.2 (#61793)

* Revert "Bump pillow from 8.2.0 to 8.3.2 (#61661)"

This reverts commit 3635946211.

* Add comment

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>

* Fix comment

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
This commit is contained in:
Martin Hjelmare 2021-12-15 03:10:06 +01:00 committed by GitHub
parent 77843be01f
commit a818afdad1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 14 additions and 10 deletions

View file

@ -61,6 +61,8 @@ CONSTRAINT_PATH = os.path.join(
os.path.dirname(__file__), "../homeassistant/package_constraints.txt"
)
CONSTRAINT_BASE = """
# Constrain pillow to 8.2.0 because later versions are causing issues in nightly builds.
pycryptodome>=3.6.6
# Constrain urllib3 to ensure we deal with CVE-2020-26137 and CVE-2021-33503