Browse Source

Un-pin mypy version and update

I submitted some fixes to the bleach stubs and those have been released
in typeshed now, so the mypy version can be safely updated again.
merge-requests/72/head
Deimos 6 years ago
parent
commit
77c7ff2239
  1. 2
      tildes/requirements-to-freeze.txt
  2. 4
      tildes/requirements.txt

2
tildes/requirements-to-freeze.txt

@ -10,7 +10,7 @@ freezegun
gunicorn gunicorn
html5lib html5lib
ipython ipython
mypy==0.670 # 0.700 includes incorrect bleach stubs
mypy
mypy-extensions mypy-extensions
Pillow Pillow
prometheus-client prometheus-client

4
tildes/requirements.txt

@ -34,7 +34,7 @@ MarkupSafe==1.1.1
marshmallow==2.19.5 marshmallow==2.19.5
mccabe==0.6.1 mccabe==0.6.1
more-itertools==7.0.0 more-itertools==7.0.0
mypy==0.670
mypy==0.710
mypy-extensions==0.4.1 mypy-extensions==0.4.1
packaging==19.0 packaging==19.0
parso==0.5.0 parso==0.5.0
@ -100,7 +100,7 @@ toml==0.10.0
traitlets==4.3.2 traitlets==4.3.2
transaction==2.4.0 transaction==2.4.0
translationstring==1.3 translationstring==1.3
typed-ast==1.3.5
typed-ast==1.4.0
urllib3==1.25.3 urllib3==1.25.3
venusian==1.2.0 venusian==1.2.0
waitress==1.3.0 waitress==1.3.0

Loading…
Cancel
Save