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 @@ -19,7 +19,7 @@ certifi>=2023.5.7
1919filelock >= 3.4.1 ;python_version < "3.7"
2020filelock >= 3.12.0 ;python_version >= "3.7"
2121platformdirs >= 2.4.0 ;python_version < "3.7"
22- platformdirs >= 3.5.0 ;python_version >= "3.7"
22+ platformdirs >= 3.5.1 ;python_version >= "3.7"
2323pyparsing >= 3.0.7 ;python_version < "3.7"
2424pyparsing >= 3.0.9 ;python_version >= "3.7"
2525zipp == 3.6.0 ;python_version < "3.7"
Original file line number Diff line number Diff line change 143143 'filelock>=3.4.1;python_version<"3.7"' ,
144144 'filelock>=3.12.0;python_version>="3.7"' ,
145145 'platformdirs>=2.4.0;python_version<"3.7"' ,
146- 'platformdirs>=3.5.0 ;python_version>="3.7"' ,
146+ 'platformdirs>=3.5.1 ;python_version>="3.7"' ,
147147 'pyparsing>=3.0.7;python_version<"3.7"' ,
148148 'pyparsing>=3.0.9;python_version>="3.7"' ,
149149 'zipp==3.6.0;python_version<"3.7"' ,
You can’t perform that action at this time.
0 commit comments