mirror of https://github.com/zulip/zulip.git
requirements: Upgrade cryptography to 2.3.
Has a security fix involving finalize_with_tag function.
This commit is contained in:
parent
7e93df2262
commit
96b9007aa8
|
@ -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.2.2
|
||||
cryptography==2.3
|
||||
|
||||
# Needed for integrations
|
||||
defusedxml==0.5.0
|
||||
|
|
|
@ -39,7 +39,7 @@ commonmark==0.5.4
|
|||
constantly==15.1.0 # via twisted
|
||||
cookies==2.2.1 # via moto, responses
|
||||
coverage==4.5.1
|
||||
cryptography==2.2.2
|
||||
cryptography==2.3
|
||||
cssselect==1.0.1 # via parsel, premailer, scrapy
|
||||
cssutils==1.0.2 # via premailer
|
||||
decorator==4.1.2 # via ipython, traitlets
|
||||
|
|
|
@ -27,7 +27,7 @@ cchardet==2.1.1
|
|||
certifi==2018.4.16
|
||||
cffi==1.11.5
|
||||
chardet==3.0.4
|
||||
cryptography==2.2.2
|
||||
cryptography==2.3
|
||||
cssselect==1.0.1 # via premailer
|
||||
cssutils==1.0.2 # via premailer
|
||||
decorator==4.1.2 # via ipython, traitlets
|
||||
|
|
Loading…
Reference in New Issue