Skip to content

Commit

Permalink
Bump lark-parser from 0.7.8 to 0.8.5
Browse files Browse the repository at this point in the history
Bumps [lark-parser](https://github.com/erezsh/lark) from 0.7.8 to 0.8.5.
- [Release notes](https://github.com/erezsh/lark/releases)
- [Commits](lark-parser/lark@0.7.8...0.8.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Mar 30, 2020
1 parent a755ba9 commit 6399dd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ colorama
docutils
flake8
click
lark-parser==0.7.8
lark-parser==0.8.5
# git+git://github.com/erezsh/lark.git#egg=lark
pluggy
py
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def readme():
author_email='sethg@geographika.co.uk',
license='MIT',
packages=['mappyfile'],
install_requires=['lark-parser==0.7.8', 'jsonschema >=2.0', 'jsonref==0.2', 'click'],
install_requires=['lark-parser==0.8.5', 'jsonschema >=2.0', 'jsonref==0.2', 'click'],
zip_safe=False,
entry_points = {
'console_scripts': ['mappyfile=mappyfile.cli:main'],
Expand Down

0 comments on commit 6399dd6

Please sign in to comment.