Update numpy to 1.23.1 (#74851)

This commit is contained in:
Franck Nijhof 2022-07-10 23:58:05 +02:00 committed by GitHub
parent 08887a6faa
commit 792c825699
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 9 deletions

View file

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