Skip to content

[MAINT]: Bump pypdf from 6.12.0 to 6.13.0#89

Merged
spencrr merged 1 commit into
mainfrom
dependabot/uv/pypdf-6.13.0
Jun 17, 2026
Merged

[MAINT]: Bump pypdf from 6.12.0 to 6.13.0#89
spencrr merged 1 commit into
mainfrom
dependabot/uv/pypdf-6.13.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 17, 2026

Copy link
Copy Markdown
Contributor

Bumps pypdf from 6.12.0 to 6.13.0.

Release notes

Sourced from pypdf's releases.

Version 6.13.0, 2026-06-05

What's new

Security (SEC)

New Features (ENH)

Robustness (ROB)

Maintenance (MAINT)

Full Changelog

Version 6.12.2, 2026-05-26

What's new

Security (SEC)

Full Changelog

Version 6.12.1, 2026-05-22

What's new

Security (SEC)

Robustness (ROB)

Full Changelog

Changelog

Sourced from pypdf's changelog.

Version 6.13.0, 2026-06-05

Security (SEC)

  • Avoid infinite loops for outlines and text extraction (#3830)

New Features (ENH)

  • Add Japanese predefined CMaps (#3800)
  • Font: Collect all character widths, not only those that can be unicode mapped (#3798)

Robustness (ROB)

  • Recover a corrupt trailing startxref pointer (closes #3238) (#3826)
  • Handle /Pages node without /Kids during flattening (#3825)
  • Accept inline image EI marker at the end of a content stream (#3827)

Maintenance (MAINT)

  • Type the always-raising deprecation helpers as NoReturn (#3819)

Full Changelog

Version 6.12.2, 2026-05-26

Security (SEC)

  • Optimize _decode_png_prediction regarding memory and speed (#3806)
  • Improve loop control in text extraction (#3805)

Full Changelog

Version 6.12.1, 2026-05-22

Security (SEC)

  • Limit input size and element count for XMP metadata (#3796)

Robustness (ROB)

  • Prevent cyclic parent hierarchies for inherited dictionaries (#3795)
  • Deal with invalid first code in LZW decoder (#3794)

Full Changelog

Commits
  • 98afb45 REL: 6.13.0
  • 68822de SEC: Avoid infinite loops for outlines and text extraction (#3830)
  • ddd3485 ROB: Recover a corrupt trailing startxref pointer (closes #3238) (#3826)
  • 5cebe5e ROB: Handle /Pages node without /Kids during flattening (#3825)
  • be173fe ROB: Accept inline image EI marker at the end of a content stream (#3827)
  • e0d443c ROB: Handle object numbers above 2**31 in _make_crypt_filter (#3824)
  • dad0f5e ROB: Stop reading past truncated /Nums in get_label_from_nums (#3823)
  • 52545c5 ROB: Pad truncated data in bits2byte instead of reading out of bounds (#3820)
  • 56e0784 ENH: Add Japanese predefined CMaps (#3800)
  • 0d048ee MAINT: Add ABC as a base class (#3818)
  • Additional commits viewable in compare view

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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

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

---
updated-dependencies:
- dependency-name: pypdf
  dependency-version: 6.13.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 17, 2026
@dependabot dependabot Bot requested a review from a team June 17, 2026 02:02
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python:uv Pull requests that update python:uv code labels Jun 17, 2026
@spencrr spencrr merged commit 76879f6 into main Jun 17, 2026
14 checks passed
@dependabot dependabot Bot deleted the dependabot/uv/pypdf-6.13.0 branch June 17, 2026 16:21
romanlutz pushed a commit that referenced this pull request Jun 18, 2026
## Description

Adds explicit Dependabot `security-minor-and-patch` groups for
configured ecosystems so minor and patch security updates can be grouped
separately from normal version updates. Mirrors microsoft/PyRIT#2018.

This follows up on the recent separate Dependabot security PRs #85, #87,
#88, #89, and #90. Those PRs were opened one dependency at a time
because Dependabot `groups.applies-to` defaults to `version-updates`
when omitted. GitHub's Dependabot options reference documents that
`applies-to` supports both `version-updates` and `security-updates`.

The existing `uv` `minor-and-patch` group is preserved for normal
version updates. This change adds a matching security-only minor/patch
group for `uv`, plus security-only minor/patch groups for
`github-actions` and `pre-commit`.

Major security updates are intentionally left ungrouped so higher-risk
updates remain isolated for review.

References:

- Dependabot `groups` option:
https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference#groups--
- Dependabot `applies-to` behavior:
https://docs.github.com/en/code-security/reference/supply-chain-security/dependabot-options-reference#groups--
- Dependabot security updates:
https://docs.github.com/en/code-security/dependabot/dependabot-security-updates

## Breaking changes

None.

## Checklist

- [X] `pre-commit run --all-files` passes
- [ ] Tests added or updated for changes
- [ ] Documentation updated
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:uv Pull requests that update python:uv code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant