File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ mypyc = ["setuptools>=50"]
6565reports = [" lxml" ]
6666install-types = [" pip" ]
6767faster-cache = [" orjson" ]
68- native-parser = [" ast-serialize>=0.1.2 ,<1.0.0" ]
68+ native-parser = [" ast-serialize>=0.2.0 ,<1.0.0" ]
6969
7070[project .urls ]
7171Homepage = " https://www.mypy-lang.org/"
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ pytest-cov>=2.10.0
1313setuptools>=77.0.3
1414tomli>=1.1.0 # needed even on py311+ so the self check passes with --python-version 3.10
1515pre_commit>=3.5.0
16- ast-serialize>=0.1.2 ,<1.0.0
16+ ast-serialize>=0.2.0 ,<1.0.0
Original file line number Diff line number Diff line change 44#
55# pip-compile --allow-unsafe --output-file=test-requirements.txt --strip-extras test-requirements.in
66#
7- ast-serialize==0.1.2
7+ ast-serialize==0.2.0
88 # via -r test-requirements.in
99attrs==25.4.0
1010 # via -r test-requirements.in
You can’t perform that action at this time.
0 commit comments