From f4b4a21b2506ab35ac24b7ec33b0b697ec1b0f19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 16:32:24 +0000 Subject: [PATCH] chore(deps): update tomli requirement in /auto-codex 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] --- auto-codex/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auto-codex/requirements.txt b/auto-codex/requirements.txt index a75ee83..ca14c33 100644 --- a/auto-codex/requirements.txt +++ b/auto-codex/requirements.txt @@ -2,7 +2,7 @@ python-dotenv>=1.0.0 # TOML parsing fallback for Python < 3.11 -tomli>=2.0.0; python_version < "3.11" +tomli>=2.4.1; python_version < "3.11" # Memory Integration (highly recommended) but can be disabled by commenting out the line below # NOTE: graphiti-core requires Python 3.10+; keep core features working on older Python 3 by gating it.