diff --git a/homeassistant/components/iqvia/manifest.json b/homeassistant/components/iqvia/manifest.json index caf422938b259948f7f421d82f31994fb7c90afb..04723a6a1f67fe5bddbc9e6c4b4627f500cddfae 100644 --- a/homeassistant/components/iqvia/manifest.json +++ b/homeassistant/components/iqvia/manifest.json @@ -4,7 +4,7 @@ "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/iqvia", "requirements": [ - "numpy==1.17.1", + "numpy==1.17.3", "pyiqvia==0.2.1" ], "dependencies": [], diff --git a/homeassistant/components/opencv/manifest.json b/homeassistant/components/opencv/manifest.json index 40421674a4b203e1a6d05033c3f1ff50e3602c5b..bd82da000cf10d680b048e729e88152638c395ab 100644 --- a/homeassistant/components/opencv/manifest.json +++ b/homeassistant/components/opencv/manifest.json @@ -3,7 +3,7 @@ "name": "Opencv", "documentation": "https://www.home-assistant.io/integrations/opencv", "requirements": [ - "numpy==1.17.1", + "numpy==1.17.3", "opencv-python-headless==4.1.1.26" ], "dependencies": [], diff --git a/homeassistant/components/tensorflow/manifest.json b/homeassistant/components/tensorflow/manifest.json index e7d35829ffb2fbeb5ada5522039ef20c7c5a099f..e0a8728b2957aed2c9a404a464bc34f8f18c9353 100644 --- a/homeassistant/components/tensorflow/manifest.json +++ b/homeassistant/components/tensorflow/manifest.json @@ -4,7 +4,7 @@ "documentation": "https://www.home-assistant.io/integrations/tensorflow", "requirements": [ "tensorflow==1.13.2", - "numpy==1.17.1", + "numpy==1.17.3", "protobuf==3.6.1" ], "dependencies": [], diff --git a/homeassistant/components/trend/manifest.json b/homeassistant/components/trend/manifest.json index 1432d2d21a0662892699dcf121a3b46e836abded..cf9333be7c38e02ccb99eb2b0ecbd081b99ef0c2 100644 --- a/homeassistant/components/trend/manifest.json +++ b/homeassistant/components/trend/manifest.json @@ -3,7 +3,7 @@ "name": "Trend", "documentation": "https://www.home-assistant.io/integrations/trend", "requirements": [ - "numpy==1.17.1" + "numpy==1.17.3" ], "dependencies": [], "codeowners": [] diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 1648bdc3db58bc06e73dae8e29254cc3da6c124a..80357eccf7198d01ebd9c673b2fa69412485f196 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -8,7 +8,7 @@ attrs==19.2.0 bcrypt==3.1.7 certifi>=2019.9.11 contextvars==2.4;python_version<"3.7" -cryptography==2.7 +cryptography==2.8 distro==1.4.0 hass-nabucasa==0.22 home-assistant-frontend==20191014.0 diff --git a/requirements_all.txt b/requirements_all.txt index 9fe8b6622de47c2c1a9ab8b2823c1a8446443e5c..951c980094315f7bb77ae69434e73a9d8d5b9a8c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -9,7 +9,7 @@ contextvars==2.4;python_version<"3.7" importlib-metadata==0.23 jinja2>=2.10.1 PyJWT==1.7.1 -cryptography==2.7 +cryptography==2.8 pip>=8.0.3 python-slugify==3.0.6 pytz>=2019.03 @@ -884,7 +884,7 @@ nuheat==0.3.0 # homeassistant.components.opencv # homeassistant.components.tensorflow # homeassistant.components.trend -numpy==1.17.1 +numpy==1.17.3 # homeassistant.components.oasa_telematics oasatelematics==0.3 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 5b224126d6751646e22c33257d37a438ab55b7c7..c9a0013212cf3f1ad2197c2cd283445381e42910 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -313,7 +313,7 @@ nuheat==0.3.0 # homeassistant.components.opencv # homeassistant.components.tensorflow # homeassistant.components.trend -numpy==1.17.1 +numpy==1.17.3 # homeassistant.components.google oauth2client==4.0.0 diff --git a/setup.py b/setup.py index 5b9988cff27bcf851378c6cb543c0455bff835d0..0e8f8313a987813c31f95aef1076f4d6a80a075b 100755 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ REQUIRES = [ "jinja2>=2.10.1", "PyJWT==1.7.1", # PyJWT has loose dependency. We want the latest one. - "cryptography==2.7", + "cryptography==2.8", "pip>=8.0.3", "python-slugify==3.0.6", "pytz>=2019.03",