requirements: Upgrade cryptography to 2.1.4.

This commit is contained in:
Vishnu Ks 2018-02-13 18:51:53 +00:00 committed by Tim Abbott
parent 1b8ca55dd2
commit 7a8b174a01
4 changed files with 5 additions and 5 deletions

View File

@ -46,7 +46,7 @@ chardet==3.0.4
# Pinned version because older versions don't compile on newer Linux.
# Not actually a direct dependency.
cryptography==2.1.2
cryptography==2.1.4
# Needed for integrations
defusedxml==0.5.0

View File

@ -14,7 +14,7 @@ Twisted==17.9.0
Scrapy==1.4.0
# Needed to compute test coverage
coverage==4.4.1
coverage==4.5.1
# fake for LDAP testing
fakeldap==0.6.1

View File

@ -35,8 +35,8 @@ click==6.6 # via gitlint, pip-tools
commonmark==0.5.4
constantly==15.1.0 # via twisted
cookies==2.2.1 # via moto
coverage==4.4.1
cryptography==2.1.2
coverage==4.5.1
cryptography==2.1.4
cssselect==1.0.1 # via parsel, premailer, scrapy
cssutils==1.0.2 # via premailer
decorator==4.1.2 # via ipython, traitlets

View File

@ -24,7 +24,7 @@ cchardet==2.1.1
certifi==2017.7.27.1
cffi==1.11.4
chardet==3.0.4
cryptography==2.1.2
cryptography==2.1.4
cssselect==1.0.1 # via premailer
cssutils==1.0.2 # via premailer
decorator==4.1.2 # via ipython, traitlets