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
|
@ -2,7 +2,7 @@
|
||||||
"domain": "doods",
|
"domain": "doods",
|
||||||
"name": "DOODS - Dedicated Open Object Detection Service",
|
"name": "DOODS - Dedicated Open Object Detection Service",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/doods",
|
"documentation": "https://www.home-assistant.io/integrations/doods",
|
||||||
"requirements": ["pydoods==1.0.2", "pillow==8.3.2"],
|
"requirements": ["pydoods==1.0.2", "pillow==8.2.0"],
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"name": "Image",
|
"name": "Image",
|
||||||
"config_flow": false,
|
"config_flow": false,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/image",
|
"documentation": "https://www.home-assistant.io/integrations/image",
|
||||||
"requirements": ["pillow==8.3.2"],
|
"requirements": ["pillow==8.2.0"],
|
||||||
"dependencies": ["http"],
|
"dependencies": ["http"],
|
||||||
"codeowners": ["@home-assistant/core"],
|
"codeowners": ["@home-assistant/core"],
|
||||||
"quality_scale": "internal"
|
"quality_scale": "internal"
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
"domain": "proxy",
|
"domain": "proxy",
|
||||||
"name": "Camera Proxy",
|
"name": "Camera Proxy",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/proxy",
|
"documentation": "https://www.home-assistant.io/integrations/proxy",
|
||||||
"requirements": ["pillow==8.3.2"],
|
"requirements": ["pillow==8.2.0"],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"domain": "qrcode",
|
"domain": "qrcode",
|
||||||
"name": "QR Code",
|
"name": "QR Code",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/qrcode",
|
"documentation": "https://www.home-assistant.io/integrations/qrcode",
|
||||||
"requirements": ["pillow==8.3.2", "pyzbar==0.1.7"],
|
"requirements": ["pillow==8.2.0", "pyzbar==0.1.7"],
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
"iot_class": "calculated"
|
"iot_class": "calculated"
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"domain": "seven_segments",
|
"domain": "seven_segments",
|
||||||
"name": "Seven Segments OCR",
|
"name": "Seven Segments OCR",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/seven_segments",
|
"documentation": "https://www.home-assistant.io/integrations/seven_segments",
|
||||||
"requirements": ["pillow==8.3.2"],
|
"requirements": ["pillow==8.2.0"],
|
||||||
"codeowners": ["@fabaff"],
|
"codeowners": ["@fabaff"],
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"domain": "sighthound",
|
"domain": "sighthound",
|
||||||
"name": "Sighthound",
|
"name": "Sighthound",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/sighthound",
|
"documentation": "https://www.home-assistant.io/integrations/sighthound",
|
||||||
"requirements": ["pillow==8.3.2", "simplehound==0.3"],
|
"requirements": ["pillow==8.2.0", "simplehound==0.3"],
|
||||||
"codeowners": ["@robmarkcole"],
|
"codeowners": ["@robmarkcole"],
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
"tf-models-official==2.3.0",
|
"tf-models-official==2.3.0",
|
||||||
"pycocotools==2.0.1",
|
"pycocotools==2.0.1",
|
||||||
"numpy==1.21.4",
|
"numpy==1.21.4",
|
||||||
"pillow==8.3.2"
|
"pillow==8.2.0"
|
||||||
],
|
],
|
||||||
"codeowners": [],
|
"codeowners": [],
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
|
|
|
@ -21,7 +21,7 @@ httpx==0.21.0
|
||||||
ifaddr==0.1.7
|
ifaddr==0.1.7
|
||||||
jinja2==3.0.3
|
jinja2==3.0.3
|
||||||
paho-mqtt==1.6.1
|
paho-mqtt==1.6.1
|
||||||
pillow==8.3.2
|
pillow==8.2.0
|
||||||
pip>=8.0.3,<20.3
|
pip>=8.0.3,<20.3
|
||||||
pyserial==3.5
|
pyserial==3.5
|
||||||
python-slugify==4.0.1
|
python-slugify==4.0.1
|
||||||
|
@ -35,6 +35,8 @@ voluptuous==0.12.2
|
||||||
yarl==1.6.3
|
yarl==1.6.3
|
||||||
zeroconf==0.37.0
|
zeroconf==0.37.0
|
||||||
|
|
||||||
|
# Constrain pillow to 8.2.0 because later versions are causing issues in nightly builds.
|
||||||
|
|
||||||
pycryptodome>=3.6.6
|
pycryptodome>=3.6.6
|
||||||
|
|
||||||
# Constrain urllib3 to ensure we deal with CVE-2020-26137 and CVE-2021-33503
|
# Constrain urllib3 to ensure we deal with CVE-2020-26137 and CVE-2021-33503
|
||||||
|
|
|
@ -1229,7 +1229,7 @@ pilight==0.1.1
|
||||||
# homeassistant.components.seven_segments
|
# homeassistant.components.seven_segments
|
||||||
# homeassistant.components.sighthound
|
# homeassistant.components.sighthound
|
||||||
# homeassistant.components.tensorflow
|
# homeassistant.components.tensorflow
|
||||||
pillow==8.3.2
|
pillow==8.2.0
|
||||||
|
|
||||||
# homeassistant.components.dominos
|
# homeassistant.components.dominos
|
||||||
pizzapi==0.0.3
|
pizzapi==0.0.3
|
||||||
|
|
|
@ -746,7 +746,7 @@ pilight==0.1.1
|
||||||
# homeassistant.components.seven_segments
|
# homeassistant.components.seven_segments
|
||||||
# homeassistant.components.sighthound
|
# homeassistant.components.sighthound
|
||||||
# homeassistant.components.tensorflow
|
# homeassistant.components.tensorflow
|
||||||
pillow==8.3.2
|
pillow==8.2.0
|
||||||
|
|
||||||
# homeassistant.components.plex
|
# homeassistant.components.plex
|
||||||
plexapi==4.7.1
|
plexapi==4.7.1
|
||||||
|
|
|
@ -61,6 +61,8 @@ 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.
|
||||||
|
|
||||||
pycryptodome>=3.6.6
|
pycryptodome>=3.6.6
|
||||||
|
|
||||||
# Constrain urllib3 to ensure we deal with CVE-2020-26137 and CVE-2021-33503
|
# 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