From a91f5073cfd8c634f23773645c7c74792b6a03e3 Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 12 Nov 2019 19:22:30 +0100 Subject: [PATCH] Update testserver requirements to their latests versions twisted and pyopenssl might have security vulnerabilities --- tests/tests-server/requirements.txt | 35 ++++++++++++++++------------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/tests/tests-server/requirements.txt b/tests/tests-server/requirements.txt index f0e0d970..0badb781 100644 --- a/tests/tests-server/requirements.txt +++ b/tests/tests-server/requirements.txt @@ -1,18 +1,21 @@ -attrs==16.2.0 -autobahn==0.16.1 -cffi==1.8.3 +attrs==19.3.0 +autobahn==19.11.1 +Automat==0.8.0 +cffi==1.13.2 constantly==15.1.0 -cryptography==1.5.3 +cryptography==2.8 enum34==1.1.6 -idna==2.1 -incremental==16.10.1 -ipaddress==1.0.17 -pyasn1==0.1.9 -pyasn1-modules==0.0.8 -pycparser==2.17 -pyOpenSSL==16.2.0 -service-identity==16.0.0 -six==1.10.0 -Twisted==16.5.0 -txaio==2.5.2 -zope.interface==4.3.2 +hyperlink==19.0.0 +idna==2.8 +incremental==17.5.0 +ipaddress==1.0.23 +pyasn1==0.4.7 +pyasn1-modules==0.2.7 +pycparser==2.19 +PyHamcrest==1.9.0 +pyOpenSSL==19.0.0 +service-identity==18.1.0 +six==1.13.0 +Twisted==19.10.0 +txaio==18.8.1 +zope.interface==4.7.1