mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-07 21:25:08 +00:00
Update dependency tomli to v2.2.1 (#14718)
This commit is contained in:
parent
23ee7a954e
commit
48d33595b9
1 changed files with 1 additions and 1 deletions
|
@ -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.1.0", "tomli==2.1.0"]
|
||||
dependencies = ["unidiff==0.7.5", "tomli_w==1.1.0", "tomli==2.2.1"]
|
||||
|
||||
[project.scripts]
|
||||
ruff-ecosystem = "ruff_ecosystem.cli:entrypoint"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue