From 3493c9b67ae6c3698f13ec1aa9f9f2def782886e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 03:17:38 +0000 Subject: [PATCH] Update dependency tomli to v2.3.0 (#21240) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 f688f10094..dd5af5cfeb 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.2.1"] +dependencies = ["unidiff==0.7.5", "tomli_w==1.2.0", "tomli==2.3.0"] [project.scripts] ruff-ecosystem = "ruff_ecosystem.cli:entrypoint"