Skip to content

build(deps): Bump pymupdf from 1.24.11 to 1.26.1 #177

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 Jul 1, 2025

Bumps pymupdf from 1.24.11 to 1.26.1.

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.26.1 released

PyMuPDF-1.26.1 has been released.

Wheels for Windows, Linux and MacOS, and the sdist, are available on 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.26.1

  • Use MuPDF-1.26.2.

  • Fixed issues:

  • Other:

    • Partial fix for #4503.
    • New method Document.rewrite_images(), useful for reducing file size, changing image formats, or converting color spaces.
    • Page.get_text(): restrict positional args to match docs.
    • Removed bogus definition of class Shape.
    • Removed release date from module, docs and changelog.
      • pymupdf.pymupdf_date and pymupdf.VersionDate are now both None.
      • They will be removed in a future release.

PyMuPDF-1.26.0 released

PyMuPDF-1.26.0 has been released.

Wheels for Windows, Linux and MacOS, and the sdist, are available on 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.26.0 (2025-05-22)

  • Use MuPDF-1.26.1.

  • Fixed issues:

... (truncated)

Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.26.1

  • Use MuPDF-1.26.2.

  • Fixed issues:

    • Fixed 4520 <https://github.com/pymupdf/PyMuPDF/issues/4520>_: show_pdf_page does not like empty pages created by new_page
    • Fixed 4524 <https://github.com/pymupdf/PyMuPDF/issues/4524>_: fitz.get_text ignores 'pages' kwarg
    • Fixed 4412 <https://github.com/pymupdf/PyMuPDF/issues/4412>_: Regression? Spurious error? in insert_pdf in v1.25.4
  • Other:

    • Partial fix for 4503 <https://github.com/pymupdf/PyMuPDF/issues/4503>_: Undetected character styles
    • New method Document.rewrite_images(), useful for reducing file size, changing image formats, or converting color spaces.
    • Page.get_text(): restrict positional args to match docs.
    • Removed bogus definition of class Shape.
    • Removed release date from module, docs and changelog.
      • pymupdf.pymupdf_date and pymupdf.VersionDate are now both None.
      • They will be removed in a future release.

Changes in version 1.26.0 (2025-05-22)

  • Use MuPDF-1.26.1.

  • Fixed issues:

    • Fixed 4324 <https://github.com/pymupdf/PyMuPDF/issues/4324>_: cluster_drawings() fails to cluster horizontal and vertical thin lines
    • Fixed 4363 <https://github.com/pymupdf/PyMuPDF/issues/4363>_: Trouble with searching
    • Fixed 4404 <https://github.com/pymupdf/PyMuPDF/issues/4404>_: IndexError in page.get_links()
    • Fixed 4412 <https://github.com/pymupdf/PyMuPDF/issues/4412>_: Regression? Spurious error? in insert_pdf in v1.25.4
    • Fixed 4423 <https://github.com/pymupdf/PyMuPDF/issues/4423>_: pymupdf.mupdf.FzErrorFormat: code=7: cannot find object in xref error encountered after version 1.25.3
    • Fixed 4435 <https://github.com/pymupdf/PyMuPDF/issues/4435>_: get_pixmap method stuck on one page
    • Fixed 4439 <https://github.com/pymupdf/PyMuPDF/issues/4439>_: New Xml class from data does not work - bug in code
    • Fixed 4445 <https://github.com/pymupdf/PyMuPDF/issues/4445>_: Broken XREF table incorrectly repaired
    • Fixed 4447 <https://github.com/pymupdf/PyMuPDF/issues/4447>_: Stroke color of annotations cannot be correctly set
    • Fixed 4479 <https://github.com/pymupdf/PyMuPDF/issues/4479>_: set_layer_ui_config() toggles all layers rather than just one
    • Fixed 4505 <https://github.com/pymupdf/PyMuPDF/issues/4505>_: Follow Widget flag values up its parent structure
  • Other:

    • Partial fixed for 4457 <https://github.com/pymupdf/PyMuPDF/issues/4457>_: Wrong characters displayed after font subsetting (w/ native method)
    • Support image stamp annotations.
    • Support recoloring pages.
    • Added example of using Django's file storage API to open files with pymupdf.
    • Clarified FreeText annotation color options.

... (truncated)

Commits
  • 4a53405 tests/: update expectations for latest mupdf master.
  • 08d7cd5 scripts/test.py: Added support for building releases.
  • ff83bbf .github/workflows/test.yml: also copy sdist into artifact.
  • 745f919 setup.py: build dummy wheel/sdist if PYMUPDF_SETUP_DUMMY=1.
  • 46b10ff tests/run_compound.py: show more system/platform/python information before ru...
  • 2d9a81b Update versions for next release and removed release date information.
  • c7e0800 tests/test_general.py: test_2238(): update to match change to Page.get_text()...
  • 10798cd changes.txt: misc updates.
  • 751d697 tests/: fix test_3624() with latest mupdf.
  • 65e6abf tests/: added test_4503: Undetected character styles
  • 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 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 [pymupdf](https://github.com/pymupdf/pymupdf) from 1.24.11 to 1.26.1.
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](pymupdf/PyMuPDF@1.24.11...1.26.1)

---
updated-dependencies:
- dependency-name: pymupdf
  dependency-version: 1.26.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jul 1, 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