From 9c22e848ddb7224a8d63547e26194dee909807bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 23:00:38 +0000 Subject: [PATCH] chore(deps): update neo4j requirement in /orchestrator 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.0.0...6.3.0) --- updated-dependencies: - dependency-name: neo4j dependency-version: 6.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- orchestrator/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orchestrator/requirements.txt b/orchestrator/requirements.txt index b8af3cc..3a34bbd 100644 --- a/orchestrator/requirements.txt +++ b/orchestrator/requirements.txt @@ -2,5 +2,5 @@ flask>=3.0,<4.0 gunicorn>=22.0,<23.0 kubernetes>=29.0,<31.0 pyyaml>=6.0,<7.0 -neo4j>=5.0,<6.0 +neo4j>=6.3.0,<7.0 pytest>=8.0,<9.0