Skip to content

Bump pypdf from 5.1.0 to 6.4.2#1256

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/pypdf-6.4.2
Closed

Bump pypdf from 5.1.0 to 6.4.2#1256
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/pypdf-6.4.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps pypdf from 5.1.0 to 6.4.2.

Release notes

Sourced from pypdf's releases.

Version 6.4.2, 2025-12-14

What's new

Bug Fixes (BUG)

  • Fix KeyError when flattening form field without /Font in resources (#3554) by @​jgillard

Robustness (ROB)

Documentation (DOC)

Full Changelog

Version 6.4.1, 2025-12-07

What's new

Performance Improvements (PI)

Bug Fixes (BUG)

Documentation (DOC)

Maintenance (MAINT)

  • Use CORE_FONT_METRICS for widths where possible (#3526) by @​PJBrs

Full Changelog

Version 6.4.0, 2025-11-23

What's new

Security (SEC)

New Features (ENH)

  • Parse and format comb fields in text widget annotations (#3519) by @​PJBrs

Robustness (ROB)

  • Silently ignore Adobe Ascii85 whitespace for suffix detection (#3528) by @​mbierma

Full Changelog

Version 6.3.0, 2025-11-16

What's new

New Features (ENH)

... (truncated)

Changelog

Sourced from pypdf's changelog.

Version 6.4.2, 2025-12-14

Bug Fixes (BUG)

  • Fix KeyError when flattening form field without /Font in resources (#3554)

Robustness (ROB)

  • Allow deleting non-existent annotations (#3559)

Documentation (DOC)

  • Fix level of attachment heading (#3560)

Full Changelog

Version 6.4.1, 2025-12-07

Performance Improvements (PI)

  • Optimize loop for layout mode text extraction (#3543)

Bug Fixes (BUG)

  • Do not fail on choice field without /Opt key (#3540)

Documentation (DOC)

  • Document possible issues with merge_page and clipping (#3546)
  • Add some notes about library security (#3545)

Maintenance (MAINT)

  • Use CORE_FONT_METRICS for widths where possible (#3526)

Full Changelog

Version 6.4.0, 2025-11-23

Security (SEC)

  • Reduce default limit for LZW decoding

New Features (ENH)

  • Parse and format comb fields in text widget annotations (#3519)

Robustness (ROB)

  • Silently ignore Adobe Ascii85 whitespace for suffix detection (#3528)

Full Changelog

Version 6.3.0, 2025-11-16

New Features (ENH)

  • Wrap and align text in flattened PDF forms (#3465)

Bug Fixes (BUG)

  • Fix missing "PreventGC" when cloning (#3520)

... (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)

📚 Documentation preview 📚: https://swarms--1256.org.readthedocs.build/en/1256/

Bumps [pypdf](https://github.com/py-pdf/pypdf) from 5.1.0 to 6.4.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@5.1.0...6.4.2)

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

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 Dec 15, 2025
@github-actions
Copy link

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

pyproject.toml

PackageVersionLicenseIssue Type
pypdf6.4.2NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
pip/pypdf 6.4.2 🟢 6.7
Details
CheckScoreReason
Binary-Artifacts🟢 10no binaries found in the repo
Code-Review🟢 4Found 13/28 approved changesets -- score normalized to 4
Maintained🟢 1030 commit(s) and 26 issue activity found in the last 90 days -- score normalized to 10
Dangerous-Workflow🟢 10no dangerous workflow patterns detected
Security-Policy🟢 10security policy file detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Vulnerabilities🟢 100 existing vulnerabilities detected
License🟢 9license file detected
Fuzzing🟢 10project is fuzzed
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Signed-Releases⚠️ -1no releases found
Branch-Protection🟢 6branch protection is not maximal on development and all release branches
Packaging🟢 10packaging workflow detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0

Scanned Files

  • pyproject.toml

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 22, 2025

Superseded by #1262.

@dependabot dependabot bot closed this Dec 22, 2025
@dependabot dependabot bot deleted the dependabot/pip/pypdf-6.4.2 branch December 22, 2025 10:07
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