mirror of https://github.com/astral-sh/ruff
Update dependency tomli to v2.1.0 (#14418)
This commit is contained in:
parent
35fe0e90da
commit
80f5cdcf66
|
|
@ -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.1.0", "tomli==2.0.2"]
|
dependencies = ["unidiff==0.7.5", "tomli_w==1.1.0", "tomli==2.1.0"]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
ruff-ecosystem = "ruff_ecosystem.cli:entrypoint"
|
ruff-ecosystem = "ruff_ecosystem.cli:entrypoint"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue