Skip to content

Commit 383c112

Browse files
authored
tools: Fix dependencies (#261)
1 parent 70ed15c commit 383c112

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ structlog
33
taskcluster
44
raven
55

6-
# Limit yarl version to avoid using the alpha 1.4.0a that breaks builds
7-
yarl==1.3.0
6+
# limit async-timeout version to avoid using the alpha 4.0.0a0
7+
async-timeout<4.0,>=3.0

0 commit comments

Comments
 (0)