prefer newer "tomllib" over "tomli" backport (#14486)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Alexandre Detiste
2025-07-28 17:06:21 +01:00
committed by GitHub
co-authored by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
parent 9f13289be1
commit 9ab7fde0a0
4 changed files with 21 additions and 8 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ ruff==0.12.2
# TODO (2025-05-07): Dependency libcst doesn't support Python 3.14 yet.
stubdefaulter==0.1.0; python_version < "3.14"
termcolor>=2.3
tomli==2.2.1
tomli==2.2.1; python_version < "3.11"
tomlkit==0.13.3
typing_extensions>=4.14.0rc1
uv==0.7.19