From 0e3dc7976c7f41d24b56fd35e9e9f947f8db121f Mon Sep 17 00:00:00 2001
From: Pascal Vizeli <pascal.vizeli@syshack.ch>
Date: Mon, 23 Mar 2020 16:54:06 +0100
Subject: [PATCH] Update azure-pipelines-wheels.yml for Azure Pipelines

---
 azure-pipelines-wheels.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/azure-pipelines-wheels.yml b/azure-pipelines-wheels.yml
index 2fc0ee39018..3ed413f4678 100644
--- a/azure-pipelines-wheels.yml
+++ b/azure-pipelines-wheels.yml
@@ -19,7 +19,7 @@ schedules:
   always: true
 variables:
   - name: versionWheels
-    value: '1.9.0-3.7-alpine3.11'
+    value: '1.10.0-3.7-alpine3.11'
 resources:
   repositories:
     - repository: azure
@@ -36,6 +36,7 @@ jobs:
     skipBinary: 'aiohttp'
     wheelsRequirement: 'requirements_wheels.txt'
     wheelsRequirementDiff: 'requirements_diff.txt'
+    wheelsConstraint: 'homeassistant/package_constraints.txt'
     preBuild:
     - script: |
         cp requirements_all.txt requirements_wheels.txt
-- 
GitLab