Skip to content

Commit 408a4b8

Browse files
authored
Freeze tools dependencies (#369)
Fixes #368
1 parent 06115cf commit 408a4b8

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tools/requirements.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
# limit aiohttp and async-timeout versions to avoid using the alpha 4.0.0a0
21
aiohttp==3.6.2
3-
async-timeout<4.0,>=3.0
4-
logbook
5-
raven
6-
structlog
2+
async-timeout==3.0.1
3+
logbook==1.5.3
4+
raven==6.10.0
5+
structlog==19.2.0
76
taskcluster==24.1.9

0 commit comments

Comments
 (0)