Update Pillow to 10.0.0 (#96106)
This commit is contained in:
parent
92693d5fde
commit
88d9a29b55
11 changed files with 11 additions and 11 deletions
|
@ -5,5 +5,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/doods",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["pydoods"],
|
||||
"requirements": ["pydoods==1.0.2", "Pillow==9.5.0"]
|
||||
"requirements": ["pydoods==1.0.2", "Pillow==10.0.0"]
|
||||
}
|
||||
|
|
|
@ -6,5 +6,5 @@
|
|||
"dependencies": ["http"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/generic",
|
||||
"iot_class": "local_push",
|
||||
"requirements": ["ha-av==10.1.0", "Pillow==9.5.0"]
|
||||
"requirements": ["ha-av==10.1.0", "Pillow==10.0.0"]
|
||||
}
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/image_upload",
|
||||
"integration_type": "system",
|
||||
"quality_scale": "internal",
|
||||
"requirements": ["Pillow==9.5.0"]
|
||||
"requirements": ["Pillow==10.0.0"]
|
||||
}
|
||||
|
|
|
@ -3,5 +3,5 @@
|
|||
"name": "Camera Proxy",
|
||||
"codeowners": [],
|
||||
"documentation": "https://www.home-assistant.io/integrations/proxy",
|
||||
"requirements": ["Pillow==9.5.0"]
|
||||
"requirements": ["Pillow==10.0.0"]
|
||||
}
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/qrcode",
|
||||
"iot_class": "calculated",
|
||||
"loggers": ["pyzbar"],
|
||||
"requirements": ["Pillow==9.5.0", "pyzbar==0.1.7"]
|
||||
"requirements": ["Pillow==10.0.0", "pyzbar==0.1.7"]
|
||||
}
|
||||
|
|
|
@ -4,5 +4,5 @@
|
|||
"codeowners": ["@fabaff"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/seven_segments",
|
||||
"iot_class": "local_polling",
|
||||
"requirements": ["Pillow==9.5.0"]
|
||||
"requirements": ["Pillow==10.0.0"]
|
||||
}
|
||||
|
|
|
@ -5,5 +5,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/sighthound",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["simplehound"],
|
||||
"requirements": ["Pillow==9.5.0", "simplehound==0.3"]
|
||||
"requirements": ["Pillow==10.0.0", "simplehound==0.3"]
|
||||
}
|
||||
|
|
|
@ -10,6 +10,6 @@
|
|||
"tf-models-official==2.5.0",
|
||||
"pycocotools==2.0.1",
|
||||
"numpy==1.23.2",
|
||||
"Pillow==9.5.0"
|
||||
"Pillow==10.0.0"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -32,7 +32,7 @@ lru-dict==1.2.0
|
|||
mutagen==1.46.0
|
||||
orjson==3.9.1
|
||||
paho-mqtt==1.6.1
|
||||
Pillow==9.5.0
|
||||
Pillow==10.0.0
|
||||
pip>=21.3.1,<23.2
|
||||
psutil-home-assistant==0.0.1
|
||||
PyJWT==2.7.0
|
||||
|
|
|
@ -45,7 +45,7 @@ Mastodon.py==1.5.1
|
|||
# homeassistant.components.seven_segments
|
||||
# homeassistant.components.sighthound
|
||||
# homeassistant.components.tensorflow
|
||||
Pillow==9.5.0
|
||||
Pillow==10.0.0
|
||||
|
||||
# homeassistant.components.plex
|
||||
PlexAPI==4.13.2
|
||||
|
|
|
@ -38,7 +38,7 @@ HATasmota==0.6.5
|
|||
# homeassistant.components.seven_segments
|
||||
# homeassistant.components.sighthound
|
||||
# homeassistant.components.tensorflow
|
||||
Pillow==9.5.0
|
||||
Pillow==10.0.0
|
||||
|
||||
# homeassistant.components.plex
|
||||
PlexAPI==4.13.2
|
||||
|
|
Loading…
Add table
Reference in a new issue