Skip to content

Commit

Permalink
numpy 1.26.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasz75 committed Nov 3, 2023
1 parent 778bce4 commit 69946e8
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 12 deletions.
2 changes: 1 addition & 1 deletion homeassistant/components/compensation/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"codeowners": ["@Petro31"],
"documentation": "https://www.home-assistant.io/integrations/compensation",
"iot_class": "calculated",
"requirements": ["numpy==1.26.0"]
"requirements": ["numpy==1.26.1"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/iqvia/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"integration_type": "service",
"iot_class": "cloud_polling",
"loggers": ["pyiqvia"],
"requirements": ["numpy==1.26.0", "pyiqvia==2022.04.0"]
"requirements": ["numpy==1.26.1", "pyiqvia==2022.04.0"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/opencv/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"codeowners": [],
"documentation": "https://www.home-assistant.io/integrations/opencv",
"iot_class": "local_push",
"requirements": ["numpy==1.26.0", "opencv-python-headless==4.6.0.66"]
"requirements": ["numpy==1.26.1", "opencv-python-headless==4.6.0.66"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/stream/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"integration_type": "system",
"iot_class": "local_push",
"quality_scale": "internal",
"requirements": ["PyTurboJPEG==1.7.1", "ha-av==10.1.1", "numpy==1.26.0"]
"requirements": ["PyTurboJPEG==1.7.1", "ha-av==10.1.1", "numpy==1.26.1"]
}
2 changes: 1 addition & 1 deletion homeassistant/components/tensorflow/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"tensorflow==2.5.0",
"tf-models-official==2.5.0",
"pycocotools==2.0.6",
"numpy==1.26.0",
"numpy==1.26.1",
"Pillow==10.1.0"
]
}
2 changes: 1 addition & 1 deletion homeassistant/components/trend/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
"documentation": "https://www.home-assistant.io/integrations/trend",
"iot_class": "calculated",
"quality_scale": "internal",
"requirements": ["numpy==1.26.0"]
"requirements": ["numpy==1.26.1"]
}
1 change: 0 additions & 1 deletion homeassistant/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from enum import StrEnum
from typing import Final

APPLICATION_NAME: Final = "HomeAssistant"
MAJOR_VERSION: Final = 2023
MINOR_VERSION: Final = 11
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/package_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ httpcore==0.18.0
hyperframe>=5.2.0

# Ensure we run compatible with musllinux build env
numpy==1.26.0
numpy==1.26.1

# Prevent dependency conflicts between sisyphus-control and aioambient
# until upper bounds for sisyphus-control have been updated
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ voluptuous-serialize==2.6.0
yarl==1.9.2
# AIS Core
ais-dom-frontend==20231030.1
numpy==1.26.0
numpy==1.26.1
python-miio==0.5.12
PyNaCl==1.5.0
Pillow==10.1.0
Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1331,7 +1331,7 @@ numato-gpio==0.10.0
# homeassistant.components.stream
# homeassistant.components.tensorflow
# homeassistant.components.trend
numpy==1.26.0
numpy==1.26.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 @@ -1036,7 +1036,7 @@ numato-gpio==0.10.0
# homeassistant.components.stream
# homeassistant.components.tensorflow
# homeassistant.components.trend
numpy==1.26.0
numpy==1.26.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 @@ -113,7 +113,7 @@
hyperframe>=5.2.0
# Ensure we run compatible with musllinux build env
numpy==1.26.0
numpy==1.26.1
# Prevent dependency conflicts between sisyphus-control and aioambient
# until upper bounds for sisyphus-control have been updated
Expand Down

0 comments on commit 69946e8

Please sign in to comment.