Skip to content

Commit

Permalink
Merge pull request #459 from tartiflette/dependabot/pip/lark-parser-0…
Browse files Browse the repository at this point in the history
….11.1

chore(deps): bump lark-parser from 0.10.1 to 0.11.1
  • Loading branch information
abusi committed Dec 7, 2020
2 parents 397feb5 + ca81a38 commit b6f37d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
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 b6f37d0

Please sign in to comment.