Skip to content

Commit 5262f73

Browse files
chore(deps): Update tomli requirement from >=2.0 to >=2.4.1 (#295)
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](hukkin/tomli@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fcbe11b commit 5262f73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codegraph/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ neo4j>=5.28.3,<6
44
typer>=0.15
55
rich>=13
66
pyyaml>=6.0.3
7-
tomli>=2.0; python_version<"3.11"
7+
tomli>=2.4.1; python_version<"3.11"

0 commit comments

Comments
 (0)