Skip to content

Commit

Permalink
Merge pull request #109 from DLR-SC/dependabot/pip/neo4j-4.4.1
Browse files Browse the repository at this point in the history
Bump neo4j from 4.2.1 to 4.4.1
  • Loading branch information
B-Stefan authored Jan 5, 2022
2 parents c90eaf3 + 54cfaf7 commit ae0b35b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
prov==2.0.0
neo4j==4.2.1
neo4j==4.4.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
zip_safe=False,
install_requires=[
"prov==2.0.0",
"neo4j==4.2.1"
"neo4j==4.4.1"
],
extras_require={
'test': tests_require,
Expand Down

0 comments on commit ae0b35b

Please sign in to comment.