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"
99filelock >= 3.13.1 ;python_version >= "3.8"
1010platformdirs >= 4.0.0 ;python_version < "3.8"
1111platformdirs >= 4.1.0 ;python_version >= "3.8"
12+ typing-extensions >= 4.9.0 ;python_version >= "3.8"
1213parse >= 1.20.0
1314parse-type >= 0.6.2
1415pyyaml >= 6.0.1
Original file line number Diff line number Diff line change 142142 'filelock>=3.13.1;python_version>="3.8"' ,
143143 'platformdirs>=4.0.0;python_version<"3.8"' ,
144144 'platformdirs>=4.1.0;python_version>="3.8"' ,
145+ 'typing-extensions>=4.9.0;python_version>="3.8"' ,
145146 'parse>=1.20.0' ,
146147 'parse-type>=0.6.2' ,
147148 'pyyaml>=6.0.1' ,
233234 'pdfminer.six==20221105;python_version<"3.8"' ,
234235 'pdfminer.six==20231228;python_version>="3.8"' ,
235236 '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"' ,
237238 'cffi==1.15.1;python_version<"3.8"' ,
238239 'cffi==1.16.0;python_version>="3.8"' ,
239240 "pycparser==2.21" ,
You can’t perform that action at this time.
0 commit comments