From d8247dca3dc3fb428d8f53d27b9228794349e979 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 13:50:27 +0000 Subject: [PATCH] chore(deps): Update pyyaml requirement from >=6 to >=6.0.3 Updates the requirements on [pyyaml](https://github.com/yaml/pyyaml) to permit the latest version. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/6.0...6.0.3) --- updated-dependencies: - dependency-name: pyyaml dependency-version: 6.0.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 9c65259..340a0f9 100644 --- a/codegraph/requirements.txt +++ b/codegraph/requirements.txt @@ -3,5 +3,5 @@ tree-sitter-typescript>=0.23 neo4j>=5.28,<6 typer>=0.15 rich>=13 -pyyaml>=6 +pyyaml>=6.0.3 tomli>=2.0; python_version<"3.11"