From 5218a4ca108a5979b9e9ee2bbe2bcd7babcba40b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 3 Oct 2019 09:36:07 +0800 Subject: [PATCH] Update asn1crypto from 0.24.0 to 1.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index db768e8..f034d74 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ # --index-url http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com -asn1crypto==0.24.0 # via cryptography +asn1crypto==1.0.0 # via cryptography attrs==18.2.0 # via pytest certifi==2018.8.24 # via requests cffi==1.11.5 # via cryptography