From b9b11920078ad1932136a6235cd71a892c3102b4 Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Thu, 13 May 2021 21:06:17 +0300 Subject: [PATCH] Update autobahn from 20.12.3 to 21.3.1 only on python 3.7+ --- requirements-ci.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements-ci.txt b/requirements-ci.txt index 7fb2895e6..df1478257 100644 --- a/requirements-ci.txt +++ b/requirements-ci.txt @@ -3,7 +3,8 @@ appdirs==1.4.4 asn1crypto==1.4.0 astroid==2.4.2; attrs==20.3.0 -autobahn==20.12.3 +autobahn==20.12.3; python_version < "3.7" # pyup: ignore +autobahn==21.3.1; python_version >= "3.7" Automat==20.2.0 Babel==2.9.1 backports.functools-lru-cache==1.6.4