Skip to content

Commit

Permalink
Merge pull request #32 from onaio/parso-fix
Browse files Browse the repository at this point in the history
Upgrade parso version to fix vulnerability
  • Loading branch information
Wambere authored Jun 26, 2019
2 parents 18ebce1 + bf11ece commit c24602b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion requirements/dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ pyyaml>=4.2b1
pandas==0.23.4
urllib3>=1.24.2
sqlalchemy>=1.3.0
jinja2>=2.10.1
jinja2>=2.10.1
parso>=0.5.0
3 changes: 2 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ alembic==1.0.10 # via flask-migrate
amqp==2.4.2 # via kombu
apispec[yaml]==1.3.3 # via flask-appbuilder
appdirs==1.4.3 # via black
appnope==0.1.0 # via ipython
asn1crypto==0.24.0 # via cryptography
astroid==2.2.5 # via pylint, pylint-flask
atomicwrites==1.3.0 # via pytest
Expand Down Expand Up @@ -84,7 +85,7 @@ numpy==1.16.3 # via pandas
openpyxl==2.4.11 # via tabulator
pandas==0.23.4
parsedatetime==2.4 # via superset
parso==0.4.0 # via jedi
parso==0.5.0
pathlib2==2.3.3 # via superset
pep8==1.7.1
pexpect==4.7.0 # via ipython
Expand Down
2 changes: 1 addition & 1 deletion superset_patchup/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Main init file for superset_patchup
"""
VERSION = (0, 1, 3)
VERSION = (0, 1, 4)
__version__ = ".".join(str(v) for v in VERSION)

0 comments on commit c24602b

Please sign in to comment.