Upgrade numpy to 1.21.2 (#56640)

This commit is contained in:
Franck Nijhof 2021-09-25 12:39:21 +02:00 committed by GitHub
parent 23e1c663d4
commit 83f1116432
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View file

@ -2,7 +2,7 @@
"domain": "compensation",
"name": "Compensation",
"documentation": "https://www.home-assistant.io/integrations/compensation",
"requirements": ["numpy==1.21.1"],
"requirements": ["numpy==1.21.2"],
"codeowners": ["@Petro31"],
"iot_class": "calculated"
}