Skip to content

Commit

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored and geographika committed Aug 31, 2019
1 parent 1a6e8b9 commit 02cfcfa
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
Expand Up @@ -2,7 +2,7 @@ colorama
docutils
flake8
click
lark-parser==0.7.3
lark-parser==0.7.4
# git+git://github.com/erezsh/lark.git#egg=lark
pluggy
py
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -36,7 +36,7 @@ def readme():
author_email='sethg@geographika.co.uk',
license='MIT',
packages=['mappyfile'],
install_requires=['lark-parser==0.7.3', 'jsonschema >=2.0', 'jsonref==0.2', 'click'],
install_requires=['lark-parser==0.7.4', 'jsonschema >=2.0', 'jsonref==0.2', 'click'],
zip_safe=False,
entry_points = {
'console_scripts': ['mappyfile=mappyfile.cli:main'],
Expand Down

0 comments on commit 02cfcfa

Please sign in to comment.