From 49c803e93cbff470a728c1097d9db39f20c36573 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 14:01:11 +0000 Subject: [PATCH] chore(deps): Update typer requirement from >=0.15 to >=0.23.2 Updates the requirements on [typer](https://github.com/fastapi/typer) to permit the latest version. - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.15.0...0.23.2) --- updated-dependencies: - dependency-name: typer dependency-version: 0.23.2 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 2b83c70..9898c4c 100644 --- a/codegraph/requirements.txt +++ b/codegraph/requirements.txt @@ -1,7 +1,7 @@ tree-sitter>=0.23.2,<0.25 tree-sitter-typescript>=0.23.2 neo4j>=5.28.3,<6 -typer>=0.15 +typer>=0.23.2 rich>=15.0.0 pyyaml>=6.0.3 tomli>=2.4.1; python_version<"3.11"