From 012826673d73f21e494fe3cd1d74d6f7879add89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 13:58:26 +0000 Subject: [PATCH] chore(deps): Update neo4j requirement from <6,>=5.28 to >=5.28.3,<6 Updates the requirements on [neo4j](https://github.com/neo4j/neo4j-python-driver) to permit the latest version. - [Release notes](https://github.com/neo4j/neo4j-python-driver/releases) - [Changelog](https://github.com/neo4j/neo4j-python-driver/blob/6.x/CHANGELOG.md) - [Commits](https://github.com/neo4j/neo4j-python-driver/compare/5.28.0...5.28.3) --- updated-dependencies: - dependency-name: neo4j dependency-version: 5.28.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- codegraph/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codegraph/requirements.txt b/codegraph/requirements.txt index 84d4e15..9517102 100644 --- a/codegraph/requirements.txt +++ b/codegraph/requirements.txt @@ -1,6 +1,6 @@ tree-sitter>=0.23,<0.25 tree-sitter-typescript>=0.23.2 -neo4j>=5.28,<6 +neo4j>=5.28.3,<6 typer>=0.15 rich>=13 pyyaml>=6.0.3