Skip to content

build(deps): bump pypdf from 5.3.1 to 5.5.0 #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 2025

Bumps pypdf from 5.3.1 to 5.5.0.

Release notes

Sourced from pypdf's releases.

Version 5.5.0, 2025-05-11

What's new

New Features (ENH)

Bug Fixes (BUG)

Robustness (ROB)

Developer Experience (DEV)

Maintenance (MAINT)

  • Conform ASCIIHexDecode implementation to specification (#3274) by @​j-t-1
  • Modify comments of filters that do not use decode_parms (#3260) by @​j-t-1

Code Style (STY)

Full Changelog

Version 5.4.0, 2025-03-16

What's new

New Features (ENH)

Bug Fixes (BUG)

Robustness (ROB)

... (truncated)

Changelog

Sourced from pypdf's changelog.

Version 5.5.0, 2025-05-11

New Features (ENH)

  • Add support for IndirectObject.iter (#3228)
  • Allow filtering by font when removing text (#3216)

Bug Fixes (BUG)

  • Add missing named destinations being ByteStringObjects (#3282)
  • Get font information more reliably when removing text (#3252)
  • T* 2D Translation consistent with PDF 1.7 Spec (#3250)
  • Add font stack to q/Q operations in layout mode (#3225)
  • Avoid completely hiding image loading issues like exceeding image size limits (#3221)
  • Using compress_identical_objects on transformed content duplicates differing content (#3197)
  • Consider BlackIs1 parameter for CCITTFaxDecode filter (#3196)

Robustness (ROB)

  • Deal with insufficient cm matrix during text extraction (#3283)
  • Allow merging when annotations miss D entry (#3281)
  • Fix merging documents if there are no Dests (#3280)
  • Fix crash on malformed action in outline (#3278)
  • Fix compression issues for removed images which might be None (#3246)
  • Attempt to deal with non-rectangular FlateDecode streams (#3245)
  • Handle some None values for broken PDF files (#3230)

Developer Experience (DEV)

  • Multiple style improvements
  • Update ruff to 0.11.0

Maintenance (MAINT)

  • Conform ASCIIHexDecode implementation to specification (#3274)
  • Modify comments of filters that do not use decode_parms (#3260)

Code Style (STY)

  • Simplify warnings & debugging in layout mode text extraction (#3271)
  • Standardize mypy assert statements (#3276)

Full Changelog

Version 5.4.0, 2025-03-16

New Features (ENH)

  • Add support for IndirectObject.__contains__ (#3155)

Bug Fixes (BUG)

  • Fix detection of inline images followed by names or numbers (#3173)

Robustness (ROB)

  • Consider root objects without catalog type as fallback (#3175)
  • Raise proper error on infinite loop when reading objects (#3169)

... (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 5.3.1 to 5.5.0.
- [Release notes](https://github.com/py-pdf/pypdf/releases)
- [Changelog](https://github.com/py-pdf/pypdf/blob/main/CHANGELOG.md)
- [Commits](py-pdf/pypdf@5.3.1...5.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels May 12, 2025
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 python Pull requests that update python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants