From 383c112a3927cc0b1a9fb4355b4a9ebbf86f845d Mon Sep 17 00:00:00 2001 From: Bastien Abadie Date: Mon, 4 Nov 2019 16:18:38 +0100 Subject: [PATCH] tools: Fix dependencies (#261) --- 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