From f423c6cb1c2a0b0a683c3f54d3ca2a67cf79e7b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2024 15:48:03 +0000 Subject: [PATCH] Build(deps): bump neo4j from 5.23.1 to 5.24.0 Bumps [neo4j](https://github.com/neo4j/neo4j-python-driver) from 5.23.1 to 5.24.0. - [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.23.1...5.24.0) --- updated-dependencies: - dependency-name: neo4j dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6c55cbe..6416ba1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ # common requirements for sync and async example -neo4j==5.23.1 +neo4j==5.24.0 typing_extensions==4.12.2