Skip to content

chore(deps): update dependency pdfminer.six to v20231228 - autoclosed

CoopBot requested to merge renovate/pdfminer.six-20231228.x into main

This MR contains the following updates:

Package Change Age Adoption Passing Confidence
pdfminer.six ==20221105 -> ==20231228 age adoption passing confidence

Release Notes

pdfminer/pdfminer.six (pdfminer.six)

v20231228

Compare Source

Removed
  • Support for Python 3.6 and 3.7 (#​921)
Added
  • Output converter for the hOCR format (#​651)
  • Font name aliases for Arial, Courier New and Times New Roman (#​790)
  • Documentation on why special characters can sometimes not be extracted (#​829)
  • Storing Bezier path and dashing style of line in LTCurve (#​801)
Fixed
  • Broken CI/CD pipeline by setting upper version limit for black, mypy, pip and setuptools (#​921)
  • flake8 failures (#​921)
  • ValueError when bmp images with 1 bit channel are decoded (#​773)
  • ValueError when trying to decrypt empty metadata values (#​766)
  • Sphinx errors during building of documentation (#​760)
  • TypeError when getting default width of font (#​720)
  • Installing typing-extensions on Python 3.6 and 3.7 (#​775)
  • TypeError in cmapdb.py when parsing null characters (#​768)
  • Color "convenience operators" now (per spec) also set color space (#​794)
  • ValueError when extracting images, due to breaking changes in Pillow (#​827)
  • Small typo's and issues in the documentation (#​828)
  • Ignore non-Unicode cmaps in TrueType fonts (#​806)
Changed
  • Using non-hardcoded version string and setuptools-git-versioning to enable installation from source and building on Python 3.12 (#​922)
Deprecated
  • Usage of if __name__ == "__main__" where it was only intended for testing purposes (#​756)
Removed
  • Support for Python 3.6 and 3.7 because they are end-of-life (#​923)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Merge request reports