Skip to content

Commit

Permalink
Update numpy to 1.23.1 (home-assistant#74851)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jul 10, 2022
1 parent 08887a6 commit 792c825
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/compensation/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion homeassistant/components/iqvia/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "IQVIA",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/iqvia",
"requirements": ["numpy==1.23.0", "pyiqvia==2022.04.0"],
"requirements": ["numpy==1.23.1", "pyiqvia==2022.04.0"],
"codeowners": ["@bachya"],
"iot_class": "cloud_polling",
"loggers": ["pyiqvia"]
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/opencv/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"domain": "opencv",
"name": "OpenCV",
"documentation": "https://www.home-assistant.io/integrations/opencv",
"requirements": ["numpy==1.23.0", "opencv-python-headless==4.6.0.66"],
"requirements": ["numpy==1.23.1", "opencv-python-headless==4.6.0.66"],
"codeowners": [],
"iot_class": "local_push"
}
2 changes: 1 addition & 1 deletion homeassistant/components/tensorflow/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"tensorflow==2.5.0",
"tf-models-official==2.5.0",
"pycocotools==2.0.1",
"numpy==1.23.0",
"numpy==1.23.1",
"pillow==9.2.0"
],
"codeowners": [],
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/components/trend/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"domain": "trend",
"name": "Trend",
"documentation": "https://www.home-assistant.io/integrations/trend",
"requirements": ["numpy==1.23.0"],
"requirements": ["numpy==1.23.1"],
"codeowners": [],
"quality_scale": "internal",
"iot_class": "local_push"
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ httpcore==0.15.0
hyperframe>=5.2.0

# Ensure we run compatible with musllinux build env
numpy==1.23.0
numpy==1.23.1

# pytest_asyncio breaks our test suite. We rely on pytest-aiohttp instead
pytest_asyncio==1000000000.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@ numato-gpio==0.10.0
# homeassistant.components.opencv
# homeassistant.components.tensorflow
# homeassistant.components.trend
numpy==1.23.0
numpy==1.23.1

# homeassistant.components.oasa_telematics
oasatelematics==0.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 @@ -785,7 +785,7 @@ numato-gpio==0.10.0
# homeassistant.components.opencv
# homeassistant.components.tensorflow
# homeassistant.components.trend
numpy==1.23.0
numpy==1.23.1

# homeassistant.components.google
oauth2client==4.1.3
Expand Down
2 changes: 1 addition & 1 deletion script/gen_requirements_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
hyperframe>=5.2.0
# Ensure we run compatible with musllinux build env
numpy==1.23.0
numpy==1.23.1
# pytest_asyncio breaks our test suite. We rely on pytest-aiohttp instead
pytest_asyncio==1000000000.0.0
Expand Down

0 comments on commit 792c825

Please sign in to comment.