File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 2323 "isort.check" : true ,
2424 "isort.args" : [" --settings-path" , " ${workspaceFolder}" ],
2525 "python.analysis.importFormat" : " relative" ,
26- "python.analysis.typeCheckingMode" : " standard"
26+ "python.analysis.typeCheckingMode" : " standard" ,
27+ "python-envs.pythonProjects" : []
2728}
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ dependencies = [
1818 " backports.strenum; python_version < '3.11'" ,
1919 " dacite >= 1.9.2, < 2.0.0" ,
2020 " mako >= 1.3.10, < 2.0.0" ,
21- " rich >= 14.1 .0, < 15.0.0" ,
22- " ruamel.yaml >= 0.18.14 , < 0.19.0" ,
21+ " rich >= 14.2 .0, < 15.0.0" ,
22+ " ruamel.yaml >= 0.18.17 , < 0.19.0" ,
2323 " shellingham >= 1.5.4, < 2.0.0" ,
24- " typer >= 0.16 .0, < 0.17 .0" ,
25- " west >= 1.4 .0, < 2.0.0" ,
24+ " typer >= 0.21 .0, < 0.22 .0" ,
25+ " west >= 1.5 .0, < 2.0.0" ,
2626]
2727dynamic = [" version" ]
2828
You can’t perform that action at this time.
0 commit comments