Update dependency tomli to v2.4.1 (#24432)

This commit is contained in:
renovate[bot]
2026-04-05 22:05:01 -04:00
committed by GitHub
parent 213a003bcb
commit ba38778aa5
+1 -1
View File
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
name = "ruff-ecosystem" name = "ruff-ecosystem"
version = "0.0.0" version = "0.0.0"
requires-python = ">=3.11" requires-python = ">=3.11"
dependencies = ["unidiff==0.7.5", "tomli_w==1.2.0", "tomli==2.4.0"] dependencies = ["unidiff==0.7.5", "tomli_w==1.2.0", "tomli==2.4.1"]
[project.scripts] [project.scripts]
ruff-ecosystem = "ruff_ecosystem.cli:entrypoint" ruff-ecosystem = "ruff_ecosystem.cli:entrypoint"