After a dependencies updates, I got the following warning in the console :
PendingDeprecationWarning: PdfFileMerger is deprecated and will be removed in PyPDF2 3.0.0. Use PdfMerge instead.
"PdfMerge" actually doesn't exist in this library. The message is supposed to state PdfMerger (with an r)
Place of the bug: PyPDF2._utils.deprecate_with_replacement
After a dependencies updates, I got the following warning in the console :
PendingDeprecationWarning: PdfFileMerger is deprecated and will be removed in PyPDF2 3.0.0. Use PdfMerge instead."PdfMerge" actually doesn't exist in this library. The message is supposed to state
PdfMerger(with an r)Place of the bug: PyPDF2._utils.deprecate_with_replacement