From 06a5b88a967ca7161773fcd081655db273810538 Mon Sep 17 00:00:00 2001 From: Griatch Date: Tue, 13 Oct 2020 21:20:25 +0200 Subject: [PATCH] Up autobahn min requirement, restrict top version range --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2c42bd2d50..0b13a708dd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ twisted >= 20.3.0, < 21.0.0 pytz django-sekizai inflect -autobahn >= 17.9.3 +autobahn >= 20.7.1 < 21.0.0 # try to resolve dependency issue in py3.7 attrs >= 19.2.0