Update dependency tomli to v2.3.0 (#21240)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-11-03 03:17:38 +00:00 committed by GitHub
parent 666dd5fef1
commit 3493c9b67a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.2.1"] dependencies = ["unidiff==0.7.5", "tomli_w==1.2.0", "tomli==2.3.0"]
[project.scripts] [project.scripts]
ruff-ecosystem = "ruff_ecosystem.cli:entrypoint" ruff-ecosystem = "ruff_ecosystem.cli:entrypoint"