Update dependency tomli to v2.0.2 (#13649)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-07 10:16:43 +01:00 committed by GitHub
parent 73aa6ea417
commit 98878c9bf2
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"
version = "0.0.0"
requires-python = ">=3.11"
dependencies = ["unidiff==0.7.5", "tomli_w==1.0.0", "tomli==2.0.1"]
dependencies = ["unidiff==0.7.5", "tomli_w==1.0.0", "tomli==2.0.2"]
[project.scripts]
ruff-ecosystem = "ruff_ecosystem.cli:entrypoint"