From 177043fe2b1efc65460e5b0f0a16f591b48b9458 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 15:20:30 +0000 Subject: [PATCH] Bump neo4j from 5.14.0 to 5.14.1 Bumps [neo4j](https://github.com/neo4j/neo4j-python-driver) from 5.14.0 to 5.14.1. - [Release notes](https://github.com/neo4j/neo4j-python-driver/releases) - [Changelog](https://github.com/neo4j/neo4j-python-driver/blob/5.0/CHANGELOG.md) - [Commits](https://github.com/neo4j/neo4j-python-driver/compare/5.14.0...5.14.1) --- updated-dependencies: - dependency-name: neo4j dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ad49264..4b312bc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ # common requirements for sync and async example -neo4j==5.14.0 +neo4j==5.14.1 typing_extensions==4.8.0