requirements: Upgrade typing to 3.6.6.

This commit is contained in:
Vishnu Ks 2018-11-12 06:57:00 +00:00 committed by Tim Abbott
parent 3ae8e79c5a
commit 8f5cbb5c8c
9 changed files with 10 additions and 10 deletions

View File

@ -137,7 +137,7 @@ sourcemap==0.2.1
tornado==4.5.3
# Needed for Python static typing
typing==3.6.4
typing==3.6.6
# Fast JSON parser
-e git+https://github.com/zulip/ultrajson@70ac02bec#egg=ujson==1.35+git

View File

@ -177,7 +177,7 @@ transifex-client==0.12.5
twilio==6.19.2
twisted==18.9.0
typed-ast==1.1.0 # via mypy
typing==3.6.4
typing==3.6.6
typing_extensions==3.6.6
uritemplate==3.0.0
urllib3==1.22 # via requests, transifex-client

View File

@ -26,4 +26,4 @@ imagesize==1.1.0
snowballstemmer==1.2.1
# Include typing explicitly, since it's needed on Python 3.4
typing==3.6.4
typing==3.6.6

View File

@ -28,5 +28,5 @@ snowballstemmer==1.2.1
sphinx-rtd-theme==0.4.2
sphinx==1.7.6
sphinxcontrib-websupport==1.0.1 # via sphinx
typing==3.6.4
typing==3.6.6
urllib3==1.22 # via requests

View File

@ -4,5 +4,5 @@
# See requirements/README.md for more detail.
mypy==0.641
# Include typing explicitly, since it's needed on Python 3.4
typing==3.6.4
typing==3.6.6
typing_extensions==3.6.6

View File

@ -10,5 +10,5 @@
mypy-extensions==0.4.1 # via mypy
mypy==0.641
typed-ast==1.1.0 # via mypy
typing==3.6.4
typing==3.6.6
typing_extensions==3.6.6

View File

@ -122,7 +122,7 @@ stripe==2.3.0
tornado==4.5.3
traitlets==4.3.2 # via ipython
twilio==6.19.2
typing==3.6.4
typing==3.6.6
uritemplate==3.0.0
urllib3==1.22 # via requests
uwsgi==2.0.17.1

View File

@ -1,6 +1,6 @@
tc-aws==6.2.10
thumbor==6.5.1
typing==3.6.4
typing==3.6.6
# Required for just importing settings from our main django app.
django-auth-ldap==1.5.0
Django==1.11.14

View File

@ -36,6 +36,6 @@ tc-aws==6.2.10
thumbor==6.5.1
tornado-botocore==1.3.2 # via tc-aws
tornado==4.5.3 # via thumbor, tornado-botocore
typing==3.6.4
typing==3.6.6
virtualenv-clone==0.3.0
webcolors==1.8.1 # via thumbor