File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ filelock>=3.12.2;python_version<"3.8"
9
9
filelock >= 3.13.1 ;python_version >= "3.8"
10
10
platformdirs >= 4.0.0 ;python_version < "3.8"
11
11
platformdirs >= 4.1.0 ;python_version >= "3.8"
12
+ typing-extensions >= 4.9.0 ;python_version >= "3.8"
12
13
parse >= 1.20.0
13
14
parse-type >= 0.6.2
14
15
pyyaml >= 6.0.1
Original file line number Diff line number Diff line change 142
142
'filelock>=3.13.1;python_version>="3.8"' ,
143
143
'platformdirs>=4.0.0;python_version<"3.8"' ,
144
144
'platformdirs>=4.1.0;python_version>="3.8"' ,
145
+ 'typing-extensions>=4.9.0;python_version>="3.8"' ,
145
146
'parse>=1.20.0' ,
146
147
'parse-type>=0.6.2' ,
147
148
'pyyaml>=6.0.1' ,
233
234
'pdfminer.six==20221105;python_version<"3.8"' ,
234
235
'pdfminer.six==20231228;python_version>="3.8"' ,
235
236
'cryptography==39.0.2;python_version<"3.9"' ,
236
- 'cryptography==42.0.0 ;python_version>="3.9"' ,
237
+ 'cryptography==42.0.1 ;python_version>="3.9"' ,
237
238
'cffi==1.15.1;python_version<"3.8"' ,
238
239
'cffi==1.16.0;python_version>="3.8"' ,
239
240
"pycparser==2.21" ,
You can’t perform that action at this time.
0 commit comments