Skip to content

Commit

Permalink
Update dependency tomli to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent efd4407 commit 877d762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ruff-ecosystem/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.2"]
dependencies = ["unidiff==0.7.5", "tomli_w==1.1.0", "tomli==2.1.0"]

[project.scripts]
ruff-ecosystem = "ruff_ecosystem.cli:entrypoint"
Expand Down

0 comments on commit 877d762

Please sign in to comment.