Skip to content

Commit

Permalink
chore(deps): bump lark-parser from 0.10.1 to 0.11.1
Browse files Browse the repository at this point in the history
Bumps [lark-parser](https://github.com/erezsh/lark) from 0.10.1 to 0.11.1.
- [Release notes](https://github.com/erezsh/lark/releases)
- [Commits](https://github.com/erezsh/lark/commits/0.11.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Nov 23, 2020
1 parent fcdefb3 commit ca81a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def _read_file(filename):
],
keywords="api graphql protocol api rest relay tartiflette dailymotion",
packages=_PACKAGES,
install_requires=["cffi>=1.0.0,<2.0.0", "lark-parser==0.10.1", "pytz"],
install_requires=["cffi>=1.0.0,<2.0.0", "lark-parser==0.11.1", "pytz"],
tests_require=_TEST_REQUIRE,
extras_require={"test": _TEST_REQUIRE, "benchmark": _BENCHMARK_REQUIRE},
cmdclass={"build_ext": BuildExtCmd, "build_py": BuildPyCmd},
Expand Down

0 comments on commit ca81a38

Please sign in to comment.