Skip to content

Commit 83f1116

Browse files
authored
Upgrade numpy to 1.21.2 (home-assistant#56640)
1 parent 23e1c66 commit 83f1116

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

homeassistant/components/compensation/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"domain": "compensation",
33
"name": "Compensation",
44
"documentation": "https://www.home-assistant.io/integrations/compensation",
5-
"requirements": ["numpy==1.21.1"],
5+
"requirements": ["numpy==1.21.2"],
66
"codeowners": ["@Petro31"],
77
"iot_class": "calculated"
88
}

homeassistant/components/iqvia/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "IQVIA",
44
"config_flow": true,
55
"documentation": "https://www.home-assistant.io/integrations/iqvia",
6-
"requirements": ["numpy==1.21.1", "pyiqvia==1.1.0"],
6+
"requirements": ["numpy==1.21.2", "pyiqvia==1.1.0"],
77
"codeowners": ["@bachya"],
88
"iot_class": "cloud_polling"
99
}

homeassistant/components/opencv/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"domain": "opencv",
33
"name": "OpenCV",
44
"documentation": "https://www.home-assistant.io/integrations/opencv",
5-
"requirements": ["numpy==1.21.1", "opencv-python-headless==4.5.2.54"],
5+
"requirements": ["numpy==1.21.2", "opencv-python-headless==4.5.2.54"],
66
"codeowners": [],
77
"iot_class": "local_push"
88
}

homeassistant/components/tensorflow/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"tensorflow==2.3.0",
77
"tf-models-official==2.3.0",
88
"pycocotools==2.0.1",
9-
"numpy==1.21.1",
9+
"numpy==1.21.2",
1010
"pillow==8.2.0"
1111
],
1212
"codeowners": [],

homeassistant/components/trend/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"domain": "trend",
33
"name": "Trend",
44
"documentation": "https://www.home-assistant.io/integrations/trend",
5-
"requirements": ["numpy==1.21.1"],
5+
"requirements": ["numpy==1.21.2"],
66
"codeowners": [],
77
"quality_scale": "internal",
88
"iot_class": "local_push"

requirements_all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1094,7 +1094,7 @@ numato-gpio==0.10.0
10941094
# homeassistant.components.opencv
10951095
# homeassistant.components.tensorflow
10961096
# homeassistant.components.trend
1097-
numpy==1.21.1
1097+
numpy==1.21.2
10981098

10991099
# homeassistant.components.oasa_telematics
11001100
oasatelematics==0.3

requirements_test_all.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ numato-gpio==0.10.0
641641
# homeassistant.components.opencv
642642
# homeassistant.components.tensorflow
643643
# homeassistant.components.trend
644-
numpy==1.21.1
644+
numpy==1.21.2
645645

646646
# homeassistant.components.google
647647
oauth2client==4.0.0

0 commit comments

Comments
 (0)