From 5c101e0509fc38ace95210e2838b3698b62bbdee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 13:57:51 +0000 Subject: [PATCH] chore(deps): Update tomli requirement from >=2.0 to >=2.4.1 Updates the requirements on [tomli](https://github.com/hukkin/tomli) to permit the latest version. - [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md) - [Commits](https://github.com/hukkin/tomli/compare/2.0.0...2.4.1) --- updated-dependencies: - dependency-name: tomli dependency-version: 2.4.1 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..2a0f40d 100644 --- a/codegraph/requirements.txt +++ b/codegraph/requirements.txt @@ -4,4 +4,4 @@ neo4j>=5.28,<6 typer>=0.15 rich>=13 pyyaml>=6.0.3 -tomli>=2.0; python_version<"3.11" +tomli>=2.4.1; python_version<"3.11"