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 @@ -17,7 +17,7 @@ attrs>=22.2.0;python_version>="3.7"
1717PyYAML >= 6.0
1818certifi >= 2022.12.7
1919filelock >= 3.4.1 ;python_version < "3.7"
20- filelock >= 3.10.0 ;python_version >= "3.7"
20+ filelock >= 3.10.2 ;python_version >= "3.7"
2121platformdirs >= 2.4.0 ;python_version < "3.7"
2222platformdirs >= 3.1.1 ;python_version >= "3.7"
2323pyparsing >= 3.0.7 ;python_version < "3.7"
Original file line number Diff line number Diff line change 141141 "PyYAML>=6.0" ,
142142 "certifi>=2022.12.7" ,
143143 'filelock>=3.4.1;python_version<"3.7"' ,
144- 'filelock>=3.10.0 ;python_version>="3.7"' ,
144+ 'filelock>=3.10.2 ;python_version>="3.7"' ,
145145 'platformdirs>=2.4.0;python_version<"3.7"' ,
146146 'platformdirs>=3.1.1;python_version>="3.7"' ,
147147 'pyparsing>=3.0.7;python_version<"3.7"' ,
You can’t perform that action at this time.
0 commit comments