mirror of https://github.com/zulip/zulip.git
requirements: Upgrade typing to 3.6.4.
This commit is contained in:
parent
3f3f876187
commit
9effe27eab
|
@ -133,7 +133,7 @@ sourcemap==0.2.1
|
|||
tornado==4.5.2
|
||||
|
||||
# Needed for Python static typing
|
||||
typing==3.6.2
|
||||
typing==3.6.4
|
||||
|
||||
# Fast JSON parser
|
||||
-e git+https://github.com/zulip/ultrajson@70ac02bec#egg=ujson==1.35+git
|
||||
|
|
|
@ -165,7 +165,7 @@ transifex-client==0.12.4
|
|||
twilio==6.9.0
|
||||
twisted==17.9.0
|
||||
typed-ast==1.1.0 # via mypy
|
||||
typing==3.6.2
|
||||
typing==3.6.4
|
||||
uritemplate==3.0.0
|
||||
urllib3==1.22 # via requests, transifex-client
|
||||
w3lib==1.18.0 # via parsel, scrapy
|
||||
|
|
|
@ -26,4 +26,4 @@ imagesize==0.7.1
|
|||
snowballstemmer==1.2.1
|
||||
|
||||
# Include typing explicitly, since it's needed on Python 3.4
|
||||
typing==3.6.2
|
||||
typing==3.6.4
|
||||
|
|
|
@ -28,5 +28,5 @@ snowballstemmer==1.2.1
|
|||
sphinx-rtd-theme==0.2.4
|
||||
sphinx==1.7.0
|
||||
sphinxcontrib-websupport==1.0.1 # via sphinx
|
||||
typing==3.6.2
|
||||
typing==3.6.4
|
||||
urllib3==1.22 # via requests
|
||||
|
|
|
@ -5,4 +5,4 @@
|
|||
mypy==0.560
|
||||
|
||||
# Include typing explicitly, since it's needed on Python 3.4
|
||||
typing==3.6.2
|
||||
typing==3.6.4
|
||||
|
|
|
@ -10,4 +10,4 @@
|
|||
mypy==0.560
|
||||
psutil==5.4.1 # via mypy
|
||||
typed-ast==1.1.0 # via mypy
|
||||
typing==3.6.2
|
||||
typing==3.6.4
|
||||
|
|
|
@ -111,7 +111,7 @@ stripe==1.77.2
|
|||
tornado==4.5.2
|
||||
traitlets==4.3.2 # via ipython
|
||||
twilio==6.9.0
|
||||
typing==3.6.2
|
||||
typing==3.6.4
|
||||
uritemplate==3.0.0
|
||||
urllib3==1.22 # via requests
|
||||
uwsgi==2.0.14
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
tc-aws==6.0.3
|
||||
thumbor==6.3.2
|
||||
typing==3.6.2
|
||||
typing==3.6.4
|
||||
|
||||
# Below dependencies should ideally have been added to thumbor.txt by the
|
||||
# use of tools/update-locked-requirements but for some reason `pip-compile`
|
||||
|
|
|
@ -30,4 +30,4 @@ tc-aws==6.0.3
|
|||
thumbor==6.3.2
|
||||
tornado-botocore==1.2.0 # via tc-aws
|
||||
tornado==4.5.2 # via thumbor, tornado-botocore
|
||||
typing==3.6.2
|
||||
typing==3.6.4
|
||||
|
|
Loading…
Reference in New Issue