Update dependency tomli to v2.4.0 (#22708)

This commit is contained in:
renovate[bot]
2026-01-18 20:53:00 -05:00
committed by GitHub
parent 7addbb5e2d
commit 77da8a68be

View File

@@ -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"