Remove unused pillow 8.2.0 constraint (#64011)

This commit is contained in:
Marc Mueller 2022-01-13 00:28:32 +01:00 committed by GitHub
parent 59cea56e17
commit 0922627612
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 8 deletions

View File

@ -36,10 +36,6 @@ voluptuous==0.12.2
yarl==1.6.3
zeroconf==0.38.1
# Constrain pillow to 8.2.0 because later versions are causing issues in nightly builds.
# https://github.com/home-assistant/core/issues/61756
pillow==8.2.0
# Constrain pycryptodome to avoid vulnerability
# see https://github.com/home-assistant/core/pull/16238
pycryptodome>=3.6.6

View File

@ -61,10 +61,6 @@ 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.
# https://github.com/home-assistant/core/issues/61756
pillow==8.2.0
# Constrain pycryptodome to avoid vulnerability
# see https://github.com/home-assistant/core/pull/16238
pycryptodome>=3.6.6