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
18
18
filelock >= 3.4.1 ;python_version < "3.7"
19
19
filelock >= 3.9.0 ;python_version >= "3.7"
20
20
platformdirs >= 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"
22
22
pyparsing >= 3.0.7 ;python_version < "3.7"
23
23
zipp == 3.6.0 ;python_version < "3.7"
24
24
zipp >= 3.12.1 ;python_version >= "3.7"
Original file line number Diff line number Diff line change 142
142
'filelock>=3.4.1;python_version<"3.7"' ,
143
143
'filelock>=3.9.0;python_version>="3.7"' ,
144
144
'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"' ,
146
146
'pyparsing>=3.0.7;python_version<"3.7"' ,
147
147
'zipp==3.6.0;python_version<"3.7"' ,
148
148
'zipp>=3.12.1;python_version>="3.7"' ,
You can’t perform that action at this time.
0 commit comments