Upgrade pillow to 7.1.2 (#34733)

This commit is contained in:
Franck Nijhof 2020-04-26 22:53:02 +02:00 committed by GitHub
parent 1c84905bcd
commit b6292d7c77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions

View file

@ -2,6 +2,6 @@
"domain": "doods",
"name": "DOODS - Distributed Outside Object Detection Service",
"documentation": "https://www.home-assistant.io/integrations/doods",
"requirements": ["pydoods==1.0.2", "pillow==7.1.1"],
"requirements": ["pydoods==1.0.2", "pillow==7.1.2"],
"codeowners": []
}