From d027052fe44a9704767b260b12352f8600de8baf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2020 05:45:17 +0000 Subject: [PATCH] Bump lark-parser from 0.8.8 to 0.8.9 Bumps [lark-parser](https://github.com/erezsh/lark) from 0.8.8 to 0.8.9. - [Release notes](https://github.com/erezsh/lark/releases) - [Commits](https://github.com/erezsh/lark/compare/0.8.8...0.8.9) 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 a03362e..6bc771f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ colorama docutils flake8 click -lark-parser==0.8.8 +lark-parser==0.8.9 # git+git://github.com/erezsh/lark.git#egg=lark pluggy py diff --git a/setup.py b/setup.py index 7d5abb7..9092ed5 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.8.8', 'jsonschema >=2.0', 'jsonref==0.2', 'click'], + install_requires=['lark-parser==0.8.9', 'jsonschema >=2.0', 'jsonref==0.2', 'click'], zip_safe=False, entry_points = { 'console_scripts': ['mappyfile=mappyfile.cli:main'],