mirror of https://github.com/zulip/zulip.git
requirements: Upgrade argon2-cffi to 18.3.0.
This commit is contained in:
parent
1d11fc578e
commit
70a426c7ce
|
@ -26,7 +26,7 @@ Pillow==5.2.0
|
|||
SQLAlchemy==1.2.10
|
||||
|
||||
# Needed for password hashing
|
||||
argon2-cffi==18.1.0
|
||||
argon2-cffi==18.3.0
|
||||
|
||||
# Needed for Tornado >3.2 compatibility
|
||||
backports-abc==0.5
|
||||
|
|
|
@ -17,7 +17,7 @@ git+https://github.com/zulip/python-zulip-api.git@0.5.5#egg=zulip==0.5.5_git&sub
|
|||
git+https://github.com/zulip/python-zulip-api.git@0.5.5#egg=zulip_bots==0.5.5+git&subdirectory=zulip_bots
|
||||
alabaster==0.7.12
|
||||
apns2==0.4.1
|
||||
argon2-cffi==18.1.0
|
||||
argon2-cffi==18.3.0
|
||||
arrow==0.10.0 # via gitlint
|
||||
asn1crypto==0.23.0 # via cryptography
|
||||
attrs==17.3.0 # via automat, service-identity
|
||||
|
|
|
@ -16,7 +16,7 @@ git+https://github.com/zulip/ultrajson@70ac02bec#egg=ujson==1.35+git
|
|||
git+https://github.com/zulip/python-zulip-api.git@0.5.5#egg=zulip==0.5.5_git&subdirectory=zulip
|
||||
git+https://github.com/zulip/python-zulip-api.git@0.5.5#egg=zulip_bots==0.5.5+git&subdirectory=zulip_bots
|
||||
apns2==0.4.1
|
||||
argon2-cffi==18.1.0
|
||||
argon2-cffi==18.3.0
|
||||
asn1crypto==0.23.0 # via cryptography
|
||||
babel==2.5.1 # via django-phonenumber-field
|
||||
backcall==0.1.0 # via ipython
|
||||
|
|
Loading…
Reference in New Issue