From 77da8a68be98eddf63100b197475b056db25b6e2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 20:53:00 -0500 Subject: [PATCH] Update dependency tomli to v2.4.0 (#22708) --- python/ruff-ecosystem/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ruff-ecosystem/pyproject.toml b/python/ruff-ecosystem/pyproject.toml index dd5af5cfeb..14a57a1548 100644 --- a/python/ruff-ecosystem/pyproject.toml +++ b/python/ruff-ecosystem/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" name = "ruff-ecosystem" version = "0.0.0" requires-python = ">=3.11" -dependencies = ["unidiff==0.7.5", "tomli_w==1.2.0", "tomli==2.3.0"] +dependencies = ["unidiff==0.7.5", "tomli_w==1.2.0", "tomli==2.4.0"] [project.scripts] ruff-ecosystem = "ruff_ecosystem.cli:entrypoint"