From 6399dd68fa291df05c8e58faff986f3a073d5be8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2020 06:11:15 +0000 Subject: [PATCH] Bump lark-parser from 0.7.8 to 0.8.5 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](https://github.com/erezsh/lark/compare/0.7.8...0.8.5) Signed-off-by: dependabot-preview[bot] --- requirements-dev.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 26b9f4c..a0618e0 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -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 diff --git a/setup.py b/setup.py index 1375beb..57987c9 100644 --- a/setup.py +++ b/setup.py @@ -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'],