Skip to content

Commit

Permalink
Update Pillow to 10.0.1 (#101368)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Oct 4, 2023
1 parent ebde991 commit 0470ca3
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/doods/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"documentation": "https://www.home-assistant.io/integrations/doods",
"iot_class": "local_polling",
"loggers": ["pydoods"],
"requirements": ["pydoods==1.0.2", "Pillow==10.0.0"]
"requirements": ["pydoods==1.0.2", "Pillow==10.0.1"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/generic/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"dependencies": ["http"],
"documentation": "https://www.home-assistant.io/integrations/generic",
"iot_class": "local_push",
"requirements": ["ha-av==10.1.1", "Pillow==10.0.0"]
"requirements": ["ha-av==10.1.1", "Pillow==10.0.1"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/image_upload/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"documentation": "https://www.home-assistant.io/integrations/image_upload",
"integration_type": "system",
"quality_scale": "internal",
"requirements": ["Pillow==10.0.0"]
"requirements": ["Pillow==10.0.1"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/matrix/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"documentation": "https://www.home-assistant.io/integrations/matrix",
"iot_class": "cloud_push",
"loggers": ["matrix_client"],
"requirements": ["matrix-nio==0.21.2", "Pillow==10.0.0"]
"requirements": ["matrix-nio==0.21.2", "Pillow==10.0.1"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/proxy/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"name": "Camera Proxy",
"codeowners": [],
"documentation": "https://www.home-assistant.io/integrations/proxy",
"requirements": ["Pillow==10.0.0"]
"requirements": ["Pillow==10.0.1"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/qrcode/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"documentation": "https://www.home-assistant.io/integrations/qrcode",
"iot_class": "calculated",
"loggers": ["pyzbar"],
"requirements": ["Pillow==10.0.0", "pyzbar==0.1.7"]
"requirements": ["Pillow==10.0.1", "pyzbar==0.1.7"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/seven_segments/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"codeowners": ["@fabaff"],
"documentation": "https://www.home-assistant.io/integrations/seven_segments",
"iot_class": "local_polling",
"requirements": ["Pillow==10.0.0"]
"requirements": ["Pillow==10.0.1"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/sighthound/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"documentation": "https://www.home-assistant.io/integrations/sighthound",
"iot_class": "cloud_polling",
"loggers": ["simplehound"],
"requirements": ["Pillow==10.0.0", "simplehound==0.3"]
"requirements": ["Pillow==10.0.1", "simplehound==0.3"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/tensorflow/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"tf-models-official==2.5.0",
"pycocotools==2.0.6",
"numpy==1.26.0",
"Pillow==10.0.0"
"Pillow==10.0.1"
]
}
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ mutagen==1.47.0
orjson==3.9.7
packaging>=23.1
paho-mqtt==1.6.1
Pillow==10.0.0
Pillow==10.0.1
pip>=21.3.1
psutil-home-assistant==0.0.1
PyJWT==2.8.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Mastodon.py==1.5.1
# homeassistant.components.seven_segments
# homeassistant.components.sighthound
# homeassistant.components.tensorflow
Pillow==10.0.0
Pillow==10.0.1

# homeassistant.components.plex
PlexAPI==4.15.3
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ HATasmota==0.7.3
# homeassistant.components.seven_segments
# homeassistant.components.sighthound
# homeassistant.components.tensorflow
Pillow==10.0.0
Pillow==10.0.1

# homeassistant.components.plex
PlexAPI==4.15.3
Expand Down

0 comments on commit 0470ca3

Please sign in to comment.