File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 253253 # pip install -e .[ipdb]
254254 # (Not needed for debugging anymore. SeleniumBase now includes "pdbp".)
255255 "ipdb" : [
256- "ipdb==0.13.11 " ,
256+ "ipdb==0.13.13 " ,
257257 'ipython==7.16.3;python_version<"3.7"' ,
258258 'ipython==7.34.0;python_version>="3.7"' ,
259259 ],
260260 # pip install -e .[pdfminer]
261+ # (An optional library for parsing PDF files.)
261262 "pdfminer" : [
262263 'pdfminer.six==20211012;python_version<"3.7"' ,
263264 'pdfminer.six==20221105;python_version>="3.7"' ,
264265 'cryptography==36.0.2;python_version<"3.7"' ,
265- 'cryptography==41.0.2 ;python_version>="3.7"' ,
266+ 'cryptography==41.0.3 ;python_version>="3.7"' ,
266267 "cffi==1.15.1" ,
267268 "pycparser==2.21" ,
268269
269270 ],
270271 # pip install -e .[pillow]
272+ # (An optional library for image-processing.)
271273 "pillow" : [
272274 'Pillow==8.4.0;python_version<"3.7"' ,
273275 'Pillow==9.5.0;python_version>="3.7" and python_version<"3.8"' ,
You can’t perform that action at this time.
0 commit comments