From 7f8267aa4f0b208c07af1a13af40ead9d5588f91 Mon Sep 17 00:00:00 2001 From: Bastien Abadie Date: Mon, 4 Nov 2019 16:05:55 +0100 Subject: [PATCH] tools: Fix dependencies --- tools/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/requirements.txt b/tools/requirements.txt index 920343fad..f4421312d 100644 --- a/tools/requirements.txt +++ b/tools/requirements.txt @@ -3,5 +3,5 @@ structlog taskcluster raven -# Limit yarl version to avoid using the alpha 1.4.0a that breaks builds -yarl==1.3.0 +# limit async-timeout version to avoid using the alpha 4.0.0a0 +async-timeout<4.0,>=3.0