From 830db7a7115747027b3aeaf24d23c56499550ba6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2020 22:02:58 +0000 Subject: [PATCH] chore(deps): bump neo4j-driver from 1.7.2 to 4.1.0 Bumps [neo4j-driver](https://github.com/neo4j/neo4j-python-driver) from 1.7.2 to 4.1.0. - [Release notes](https://github.com/neo4j/neo4j-python-driver/releases) - [Changelog](https://github.com/neo4j/neo4j-python-driver/blob/4.1/CHANGELOG.md) - [Commits](https://github.com/neo4j/neo4j-python-driver/compare/1.7.2...4.1.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cb2b42f26..878180241 100644 --- a/requirements.txt +++ b/requirements.txt @@ -47,7 +47,7 @@ pyparsing==2.2.0 six>=1.11.0,<2.0.0 sqlalchemy>=1.3.0,<2.0 wheel==0.31.1 -neo4j-driver==1.7.2 +neo4j-driver==4.1.0 neotime==1.7.1 mypy==0.782 pytz==2018.4