Skip to content

Bump pymupdf from 1.25.5 to 1.26.3 #22

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

@dependabot dependabot bot commented on behalf of github Jul 3, 2025

Bumps pymupdf from 1.25.5 to 1.26.3.

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.26.3 released

PyMuPDF-1.26.3 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.3

  • Use MuPDF-1.26.3.

  • Fixed issues:

  • Other:

    • Class Shape is now available as pymupdf.Shape.
    • Added table cell markdown support.

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:

... (truncated)

Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.26.3

  • Use MuPDF-1.26.3.

  • Fixed issues:

    • Fixed 4462 <https://github.com/pymupdf/PyMuPDF/issues/4462>_: delete_pages() does not accept a single int
    • Fixed 4527 <https://github.com/pymupdf/PyMuPDF/issues/4527>_: Rect.intersects() is much slower than necessary
    • Fixed 4564 <https://github.com/pymupdf/PyMuPDF/issues/4564>_: Possible encoding issue in PDF metadata
    • Fixed 4575 <https://github.com/pymupdf/PyMuPDF/issues/4575>_: Bug with IRect contains method
  • Other:

    • Class Shape is now available as pymupdf.Shape.
    • Added table cell markdown support.

Changes in version 1.26.2

[Skipped.]

Changes in version 1.26.1 (2025-06-11)

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

... (truncated)

Commits
  • 48cdb0d Update version numbers etc for release 1.26.3.
  • d4b27a9 changes.txt: updated for release 1.26.2.
  • db37c60 .github/workflows/: removed old tests of mupdf master/release.
  • e3e47fd .github/workflows/test_multiple.yml: minor comment change.
  • effd701 setup.py: update version to 1.26.2.
  • 5d5693c .github/workflows/test_quick.yml: use scripts/test.py.
  • 66feda9 .github/workflows/test_multiple.yml: new, for testing with different mupdf's.
  • 231ec22 .github/workflows/test.yml: use windows-2022.
  • 11f843e tests/test_story.py: test_story(): update to work with latest mupdf.
  • c25cada scripts/test.py: venv_run(): fix arg quoting on windows.
  • 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.25.5 to 1.26.3.
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](pymupdf/PyMuPDF@1.25.5...1.26.3)

---
updated-dependencies:
- dependency-name: pymupdf
  dependency-version: 1.26.3
  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 python Pull requests that update python code labels Jul 3, 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