mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-13 03:21:07 +08:00
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:
co-authored by
pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
parent
9f13289be1
commit
9ab7fde0a0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user