requirements: Upgrade cryptography from 2.5 to 2.6.1.

This commit is contained in:
Vishnu Ks 2019-03-06 08:13:54 +00:00 committed by Tim Abbott
parent 7709e6c420
commit b0039827fb
3 changed files with 3 additions and 3 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.5
cryptography==2.6.1
# Needed for integrations
defusedxml==0.5.0

View File

@ -40,7 +40,7 @@ click==6.6 # via gitlint, pip-tools
commonmark==0.8.1
constantly==15.1.0 # via twisted
coverage==4.5.2
cryptography==2.5
cryptography==2.6.1
cssselect==1.0.3 # via parsel, premailer, scrapy
cssutils==1.0.2 # via premailer
decorator==4.3.2 # via ipython, traitlets

View File

@ -29,7 +29,7 @@ cchardet==2.1.4
certifi==2018.11.29
cffi==1.12.2
chardet==3.0.4
cryptography==2.5
cryptography==2.6.1
cssselect==1.0.3 # via premailer
cssutils==1.0.2 # via premailer
decorator==4.3.2 # via ipython, traitlets