From b41e83c885974a4b4e1cbc0c4b2b2e8b847561e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 6 May 2019 04:11:54 +0000 Subject: [PATCH] Bump bblfsh from 2.12.7 to 3.0.4 Bumps [bblfsh](https://github.com/bblfsh/client-python) from 2.12.7 to 3.0.4. - [Release notes](https://github.com/bblfsh/client-python/releases) - [Commits](https://github.com/bblfsh/client-python/compare/v2.12.7...v3.0.4) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index b4501f1f..cacb6f02 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ Cython>=0.28,<1.0; python_version == '3.7' PyStemmer==1.3.0 -bblfsh==2.12.7 +bblfsh==3.0.4 modelforge==0.12.0 sourced-jgit-spark-connector==2.0.1 parquet==1.2 diff --git a/setup.py b/setup.py index 6b677371..9025cdd0 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ "github", "swivel", "bow", "bblfsh", "babelfish"], install_requires=[ "PyStemmer>=1.3,<2.0", - "bblfsh>=2.2.1,<3.0", + "bblfsh>=2.2.1,<4.0", "modelforge>=0.11.1,<0.13", "sourced-jgit-spark-connector>=2.0.1,<2.1.0", "humanize>=0.5.0,<0.6",