Skip to content

build(deps): bump pymupdf from 1.26.3 to 1.27.2#14049

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

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

Conversation

@dependabot
Copy link
Contributor

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

Bumps pymupdf from 1.26.3 to 1.27.2.

Release notes

Sourced from pymupdf's releases.

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

[Linux-aarch64 wheels will be built and uploaded later.]

Changes in version 1.27.1 (2026-02-11)

  • Use MuPDF-1.27.1.

  • Fixed issues:

  • Other:

    • Added pymupdf.TEXT_CLIP.
    • Removed support for mupdf < 1.26.

... (truncated)

Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.27.2

  • 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:

    • Added pymupdf.TEXT_CLIP.
    • Removed support for mupdf < 1.26.
    • New arg raise_on_repair in Document.save().
    • New method Document.repair().

Changes in version 1.26.7 (2025-12-11)

  • Use MuPDF-1.26.12.

    • Fixed 4801 <https://github.com/pymupdf/PyMuPDF/issues/4801>_: Build failure dumping all environment variables

... (truncated)

Commits
  • 4bfc665 changes.txt: added info about improvements to get_textpage_ocr().
  • d6fb27d Updates for release of 1.27.2.
  • 015680e Docs: fixes the default system light mode rendering of the page
  • 447ff2c Rework textpage_ocr
  • 1d272d7 setup.py: avoid swig director problem on macos with python<3.13.
  • 30eb43f setup.py: use default swig for pyodide.
  • fcd7fe0 setup.py: use latest swig on macos.
  • 967b6f8 setup.py: fixed handling of --clean if mupdf is not within pymupdf checkout.
  • d53ed39 tests/conftest.py: add some platform details to any junit .xml file.
  • fc56e45 setup.py: removed special casing of python>=3.13 with py_limited_api.
  • 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.
- [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)

---
updated-dependencies:
- dependency-name: pymupdf
  dependency-version: 1.27.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 16, 2026
@cla-bot cla-bot bot added the cla-signed CLA Bot: community license agreement signed label Mar 16, 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