From 0c604bda60717b9f5b56eb92af0fb09ae8fc149e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 14:27:54 +0000 Subject: [PATCH] chore(deps): Update neo4j requirement from <6,>=5.28.3 to >=5.28.4,<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.3...5.28.4) --- updated-dependencies: - dependency-name: neo4j dependency-version: 5.28.4 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 9898c4c..68269c7 100644 --- a/codegraph/requirements.txt +++ b/codegraph/requirements.txt @@ -1,6 +1,6 @@ tree-sitter>=0.23.2,<0.25 tree-sitter-typescript>=0.23.2 -neo4j>=5.28.3,<6 +neo4j>=5.28.4,<6 typer>=0.23.2 rich>=15.0.0 pyyaml>=6.0.3