mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Remove unused pillow 8.2.0 constraint (#64011)
This commit is contained in:
parent
59cea56e17
commit
0922627612
@ -36,10 +36,6 @@ voluptuous==0.12.2
|
|||||||
yarl==1.6.3
|
yarl==1.6.3
|
||||||
zeroconf==0.38.1
|
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
|
# Constrain pycryptodome to avoid vulnerability
|
||||||
# see https://github.com/home-assistant/core/pull/16238
|
# see https://github.com/home-assistant/core/pull/16238
|
||||||
pycryptodome>=3.6.6
|
pycryptodome>=3.6.6
|
||||||
|
@ -61,10 +61,6 @@ CONSTRAINT_PATH = os.path.join(
|
|||||||
os.path.dirname(__file__), "../homeassistant/package_constraints.txt"
|
os.path.dirname(__file__), "../homeassistant/package_constraints.txt"
|
||||||
)
|
)
|
||||||
CONSTRAINT_BASE = """
|
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
|
# Constrain pycryptodome to avoid vulnerability
|
||||||
# see https://github.com/home-assistant/core/pull/16238
|
# see https://github.com/home-assistant/core/pull/16238
|
||||||
pycryptodome>=3.6.6
|
pycryptodome>=3.6.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user