File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ build-backend = "setuptools.build_meta"
4141
4242[dependency-groups ]
4343dev = [
44- " mypy" ,
44+ " mypy<1.19 " ,
4545 " pytest" ,
4646 " pytest-cov" ,
4747 " ruff" ,
Original file line number Diff line number Diff line change @@ -8,9 +8,8 @@ coverage==7.13.0 ; python_full_version >= '3.10'
88exceptiongroup==1.3.1 ; python_full_version < '3.11'
99iniconfig==2.1.0 ; python_full_version < '3.10'
1010iniconfig==2.3.0 ; python_full_version >= '3.10'
11- librt==0.7.4 ; python_full_version >= '3.9' and platform_python_implementation != 'PyPy'
1211mypy==1.14.1 ; python_full_version < '3.9'
13- mypy==1.19.1 ; python_full_version >= '3.9'
12+ mypy==1.18.2 ; python_full_version >= '3.9'
1413mypy-extensions==1.1.0
1514packaging==25.0
1615pathspec==0.12.1 ; python_full_version >= '3.9'
Original file line number Diff line number Diff line change @@ -21,11 +21,10 @@ importlib-metadata==8.7.1 ; python_full_version == '3.9.*'
2121iniconfig==2.1.0 ; python_full_version < '3.10'
2222iniconfig==2.3.0 ; python_full_version >= '3.10'
2323jinja2==3.1.6
24- librt==0.7.4 ; python_full_version >= '3.9' and platform_python_implementation != 'PyPy'
2524markupsafe==2.1.5 ; python_full_version < '3.9'
2625markupsafe==3.0.3 ; python_full_version >= '3.9'
2726mypy==1.14.1 ; python_full_version < '3.9'
28- mypy==1.19.1 ; python_full_version >= '3.9'
27+ mypy==1.18.2 ; python_full_version >= '3.9'
2928mypy-extensions==1.1.0
3029packaging==25.0
3130pathspec==0.12.1 ; python_full_version >= '3.9'
You can’t perform that action at this time.
0 commit comments