Skip to content

build(deps): bump pymupdf from 1.26.3 to 1.27.2.2#14075

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/pymupdf-1.27.2.2
Open

build(deps): bump pymupdf from 1.26.3 to 1.27.2.2#14075
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/pymupdf-1.27.2.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2026

Bumps pymupdf from 1.26.3 to 1.27.2.2.

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.27.2.2 released

Wheels for Windows, Linux and MacOS, and the sdist, are available on https://pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

Changes in version 1.27.2.2

  • Fixed issues:

  • Other:

    • Added Annot.__bool__().

PyMuPDF-1.27.2 released

Wheels for Windows, Linux and MacOS, and the sdist, are available on https://pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

Changes in version 1.27.2

  • Use MuPDF-1.27.2.

  • Fixed issues:

  • Other:

    • Retrospectively marked #4907 as fixed in pymupdf-1.27.1.

    • Improved get_textpage_ocr().

      For partial OCR, all page areas outside legible text are now OCRed, not just those within images. This means that OCR will now also be performed for vector graphics, and for text containing illegible characters.

PyMuPDF-1.27.1 released

Wheels for Windows, Linux and MacOS, and the sdist, are available on https://pypi.org and can be installed in the usual way, for example:

python -m pip install --upgrade pymupdf

... (truncated)

Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.27.2.2

  • Fixed issues:

    • Fixed 4902 <https://github.com/pymupdf/PyMuPDF/issues/4902>_: Incorrect linewidth in elements returned by Page.get_texttrace()
    • Fixed 4932 <https://github.com/pymupdf/PyMuPDF/issues/4932>_: `"Page" has no attribute "find_tables" in PyMuPDF 1.27
  • Other:

    • Added Annot.__bool__().

Changes in version 1.27.2. (2026-03-10)

  • Use MuPDF-1.27.2.

  • Fixed issues:

    • Fixed 4903 <https://github.com/pymupdf/PyMuPDF/issues/4903>_: Typing broken because of *_forward_decl
  • Other:

    • Retrospectively marked #4907 as fixed in pymupdf-1.27.1.

    • Improved get_textpage_ocr().

      For partial OCR, all page areas outside legible text are now OCRed, not just those within images. This means that OCR will now also be performed for vector graphics, and for text containing illegible characters.

Changes in version 1.27.1 (2026-02-11)

  • Use MuPDF-1.27.1.

  • Fixed issues:

    • Fixed 4599 <https://github.com/pymupdf/PyMuPDF/issues/4599>_: page.cluster_drawings extract a lot of small clusters once upgraded to 1.26
    • Fixed 4751 <https://github.com/pymupdf/PyMuPDF/issues/4751>_: Memory leaking in page.widgets()
    • Fixed 4762 <https://github.com/pymupdf/PyMuPDF/issues/4762>_: Importing pymupdf make pillow segmentation fault for converting jp2 file on ArchLinux
    • Fixed 4790 <https://github.com/pymupdf/PyMuPDF/issues/4790>_: Problem to delete pages on PDF
    • Fixed 4857 <https://github.com/pymupdf/PyMuPDF/issues/4857>_: Package is missing py.typed file required for type checking
    • Fixed 4886 <https://github.com/pymupdf/PyMuPDF/issues/4886>_: width attribute behaviour seems wrong
    • Fixed 4907 <https://github.com/pymupdf/PyMuPDF/issues/4907>_: signal 11:SIGSEGV while using display_list.get_textpage()
  • Other:

... (truncated)

Commits
  • 75c0401 .github/ISSUE_TEMPLATE/bug_report.yml: add next version 1.27.2.2.
  • b256056 changes.txt: updated for release of version 1.27.2.2.
  • f8adc34 setup.py: incremented version to 1.27.2.2.
  • c3d4e89 tests/test_general.py: test_4902(): update to match fixed behaviour in pymupd...
  • e21f733 docs/ src/init.py: improve docs for insert_textbox() methods.
  • 2f362bd Issue 4902: Fix linewidth of stroked text.
  • 409eede tests/test_general.py: test_4902(): new, reproducer for #4902.
  • ca1a0ac Fix reference to Embedding Appendix in tutorial documentation
  • 77e4f35 src/init.py tests/: Partial fix for #4928 - exception in Document.scrub().
  • cb4ce4c src/init.py: add Annot.bool().
  • 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)

Bumps [pymupdf](https://github.com/pymupdf/pymupdf) from 1.26.3 to 1.27.2.2.
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](pymupdf/PyMuPDF@1.26.3...1.27.2.2)

---
updated-dependencies:
- dependency-name: pymupdf
  dependency-version: 1.27.2.2
  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 minor A low priority issue which might affect only some users and /or not the main functionality labels Mar 23, 2026
@cla-bot cla-bot bot added the cla-signed CLA Bot: community license agreement signed label Mar 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed CLA Bot: community license agreement signed dependencies Pull requests that update a dependency file minor A low priority issue which might affect only some users and /or not the main functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants