File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ certifi>=2022.12.7
1818filelock >= 3.4.1 ;python_version < "3.7"
1919filelock >= 3.9.0 ;python_version >= "3.7"
2020platformdirs >= 2.4.0 ;python_version < "3.7"
21- platformdirs >= 2.6.2 ;python_version >= "3.7"
21+ platformdirs >= 3.0.0 ;python_version >= "3.7"
2222pyparsing >= 3.0.7 ;python_version < "3.7"
2323zipp == 3.6.0 ;python_version < "3.7"
2424zipp >= 3.12.1 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 142142 'filelock>=3.4.1;python_version<"3.7"' ,
143143 'filelock>=3.9.0;python_version>="3.7"' ,
144144 'platformdirs>=2.4.0;python_version<"3.7"' ,
145- 'platformdirs>=2.6.2 ;python_version>="3.7"' ,
145+ 'platformdirs>=3.0.0 ;python_version>="3.7"' ,
146146 'pyparsing>=3.0.7;python_version<"3.7"' ,
147147 'zipp==3.6.0;python_version<"3.7"' ,
148148 'zipp>=3.12.1;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments