From 80f5cdcf660041433d00d2965561759716bfc616 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 01:56:05 +0000 Subject: [PATCH] Update dependency tomli to v2.1.0 (#14418) --- 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 73fd29c065..4f9719a2ce 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.1.0", "tomli==2.0.2"] +dependencies = ["unidiff==0.7.5", "tomli_w==1.1.0", "tomli==2.1.0"] [project.scripts] ruff-ecosystem = "ruff_ecosystem.cli:entrypoint"