Skip to content

Commit 460692e

Browse files
authored
[DPTOOLS-2210] Upgrade Neo4j bolt driver to the latest (#34)
* Upgrade Neo4j driver to the latest * Upgrade version
1 parent 64cbc62 commit 460692e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pyparsing==2.2.0
4848
six==1.11.0
4949
sqlalchemy==1.3.0
5050
wheel==0.31.1
51-
neo4j-driver==1.6.0
51+
neo4j-driver==1.7.2
5252
neotime==1.0.0
5353
pytz==2018.4
5454
antlr4-python2-runtime==4.7.1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33

4-
__version__ = '1.0.12'
4+
__version__ = '1.0.13'
55

66

77
setup(
@@ -32,7 +32,7 @@
3232
'pyhocon==0.3.42',
3333
'pytest==3.6.0',
3434
'six',
35-
'neo4j-driver==1.6.0',
35+
'neo4j-driver==1.7.2',
3636
'antlr4-python2-runtime==4.7.1',
3737
'statsd==3.2.1',
3838
'retrying==1.3.3'

0 commit comments

Comments
 (0)