From 12081c41da56c3b258197ef97a7716373ad313b4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Wed, 16 Oct 2019 22:36:17 +0800 Subject: [PATCH] Update asn1crypto from 0.24.0 to 1.2.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index db768e8..412d465 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.2.0 # via cryptography attrs==18.2.0 # via pytest certifi==2018.8.24 # via requests cffi==1.11.5 # via cryptography