From 0922627612994d9313f6c4c19a51238bc529fa6f Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Thu, 13 Jan 2022 00:28:32 +0100 Subject: [PATCH] Remove unused pillow 8.2.0 constraint (#64011) --- homeassistant/package_constraints.txt | 4 ---- script/gen_requirements_all.py | 4 ---- 2 files changed, 8 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 52868408bf5..0cfe1d6f178 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -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 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index 4b97aa042ad..330a2a38e92 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -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