Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 19, 2024

Bumps pypdf from 3.17.0 to 4.0.2.

Release notes

Sourced from pypdf's releases.

Version 4.0.2, 2024-02-18

What's new

Bug Fixes (BUG)

Documentation (DOC)

Developer Experience (DEV)

Testing (TST)

Full Changelog

Version 4.0.1, 2024-01-28

What's new

Bug Fixes (BUG)

Testing (TST)

Full Changelog

Version 4.0.0, 2024-01-19

What's new

pypdf==4.0.0 is a big milestone forward:

  • We finally have a layout-mode text extraction. This enables users who want to detect / extract tables with heuristics to give it a try.
  • We deprecated a lot of the old PyPDF2 API that was either not following PEP8 naming styles or was not using a property. Users comming from PyPDF2 might want to switch first to pypdf<4.0.0 to get helpful error messages that show the new API in their speicific cases.

A big 'Thank you!' the the whole pypdf community for your work. Thanks to you, pypdf is better than ever.

Kudos to @​shartzog who added the layout-mode with his first contribution!

Deprecations (DEP)

... (truncated)

Changelog

Sourced from pypdf's changelog.

Version 4.0.2, 2024-02-18

Bug Fixes (BUG)

  • Use NumberObject for /Border elements of annotations (#2451)

Full Changelog

Version 4.0.1, 2024-01-28

Bug Fixes (BUG)

  • layout mode text extraction ZeroDivisionError (#2417)

Testing (TST)

  • Skip tests using fpdf2 if it's not installed (#2419)

Full Changelog

Version 4.0.0, 2024-01-19

Deprecations (DEP)

  • Drop Python 3.6 support (#2369)
  • Remove deprecated code (#2367)
  • Remove deprecated XMP properties (#2386)

New Features (ENH)

  • Add "layout" mode for text extraction (#2388)
  • Add Jupyter Notebook integration for PdfReader (#2375)
  • Improve/rewrite PDF permission retrieval (#2400)

Bug Fixes (BUG)

  • PdfWriter.add_uri was setting the wrong type (#2406)
  • Add support for GBK2K cmaps (#2385)

Maintenance (MAINT)

  • Return None instead of -1 when page is not attached (#2376)
  • Complete FileSpecificationDictionaryEntries constants (#2416)
  • Replace warning with logging.error (#2377)

Full Changelog

Version 3.17.4, 2023-12-24

Bug Fixes (BUG)

  • Handle IndirectObject as image filter (#2355)

Full Changelog

Version 3.17.3, 2023-12-17

Robustness (ROB)

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pypdf](https://github.com/py-pdf/pypdf) from 3.17.0 to 4.0.2.
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](py-pdf/pypdf@3.17.0...4.0.2)

---
updated-dependencies:
- dependency-name: pypdf
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 19, 2024
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 4, 2024

Superseded by #27.

@dependabot dependabot bot closed this Mar 4, 2024
@dependabot dependabot bot deleted the dependabot/pip/pypdf-4.0.2 branch March 4, 2024 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant