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:
parent
77843be01f
commit
a818afdad1
11 changed files with 14 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue