Skip to content

deps(deps): Bump pymupdf from 1.27.2.2 to 1.27.2.3#3

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pymupdf-1.27.2.3
Open

deps(deps): Bump pymupdf from 1.27.2.2 to 1.27.2.3#3
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/pymupdf-1.27.2.3

Conversation

@dependabot

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

Copy link
Copy Markdown

Bumps pymupdf from 1.27.2.2 to 1.27.2.3.

Release notes

Sourced from pymupdf's releases.

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

  • Fixed issues:

  • Other:

    • Fixed incorrect generation of lineJoin j in PDF content, introduced in 1.27.2.2.
    • Allow build to (incorrectly) claim to be thread-safe, for #4760. See setup.py for details.
    • Use pypi.org's pipcl package instead of our own pipcl.py file.
Changelog

Sourced from pymupdf's changelog.

Change Log

Fixed issues:

  • 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 4114 <https://github.com/pymupdf/PyMuPDF/issues/4114>_: ComboBox choice_values full of empty strings despite PDF having valid choices.
  • Fixed 5001 <https://github.com/pymupdf/PyMuPDF/issues/5001>_: Formulae incorrectly rendered as black boxes
  • Fixed 4950 <https://github.com/pymupdf/PyMuPDF/issues/4950>_: remove_rotation() raises ValueError on widgets with empty/infinite rects

Other:

  • pymupdf.Document.init(): new arg archive to support documents with archives.
  • pymupdf.Document.convert_to_pdf(): also generate links.
  • Fixed MacOS x64 platform tag - used to be macosx_10_9_x86_64, but we actually require MacOS 10.15, so platform tag is now macosx_10_15_x86_64.
  • Support Windows builds with free thread python.

Changes in version 1.27.2.3 (2026-04-24)

  • Fixed issues:

    • Fixed 4928 <https://github.com/pymupdf/PyMuPDF/issues/4928>_: pymupdf.Document.scrub raises AttributeError for a document with annotations
    • Fixed 4942 <https://github.com/pymupdf/PyMuPDF/issues/4942>_: bug: IndexError for Page.get_links after Page.clip_to_rect
    • Fixed 4954 <https://github.com/pymupdf/PyMuPDF/issues/4954>_: get_drawings() returns incorrect lineJoin and width
    • Fixed 4958 <https://github.com/pymupdf/PyMuPDF/issues/4958>_: bug: inserting rotated pages to another document messes up link coordinates
  • Other:

    • Fixed incorrect generation of lineJoin j in PDF content, introduced in 1.27.2.2.
    • Allow build to (incorrectly) claim to be thread-safe, for #4760. See setup.py for details.
    • Use pypi.org's pipcl package instead of our own pipcl.py file.

Changes in version 1.27.2.2 (2026-03-20)

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

... (truncated)

Commits
  • bf51516 Update version to 1.27.2.3.
  • e5bddbb scripts/ tests/: updated to match new location of pipcl.py in src/.
  • eda615d Move pipcl.py and wdev.py into src/.
  • a7fe8b3 changes.txt: updates for next release.
  • 61da30a tests/test_drawings.py: New tests for #4954: test_4954_1() test_4954_2().
  • 5445fc0 docs/conf.py: change how we look for version numbers in setup.py and scripts/...
  • 1792ef0 pyproject.toml: require package pipcl for building.
  • 237f097 tests/: fix tests if we are incorrectly claiming to be thread safe.
  • cd89bb0 tests/conftest.py: also install pipcl, as we move to using pipcl package.
  • 341eab2 setup.py: added support for incorrectly claiming to be thread-safe, for #4760.
  • 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.27.2.2 to 1.27.2.3.
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](pymupdf/PyMuPDF@1.27.2.2...1.27.2.3)

---
updated-dependencies:
- dependency-name: pymupdf
  dependency-version: 1.27.2.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, python. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

exbuf added a commit that referenced this pull request Jul 2, 2026
inaccurate --on-match claim on --watch composition

Two things in one commit — the second was uncovered while writing
the first, so they need to land together for the README to stay
factually correct.

1. **--on-match accuracy fix (README).** The "How these compose"
   section added in e8d10fd claimed --watch could pair with
   --on-match ("--on-match CMD for a live pattern sentinel").
   Verified against the code: --watch returns from run_watch()
   at cli.py:1586, BEFORE the on-match hook code around line 871.
   peekdocs/watcher.py has zero on_match references. --on-match
   is a batch-search hook (one hook per invocation); --watch's
   notification channel is the stdout NDJSON stream. Rewrites
   composition #1 to reflect that, with an explicit note calling
   out the difference so future readers don't fall into the
   same trap.

2. **Worked examples cross-linked from all three README
   compositions.** Compositions #2 (provenance audit) and #3
   (scheduled pattern scan) already had worked examples in
   USER_GUIDE.md (audit engagement provenance, line 1496; nightly
   source-tree watch, line 1419). Added cross-links in the
   README so readers don't have to hunt for them.

3. **New worked example: real-time pattern monitoring with
   --watch.** Composition #1 had no worked example — the
   "nightly source-tree watch" one uses cron, not the --watch
   flag. Added a full walkthrough in USER_GUIDE.md right after
   the audit engagement one:

     - Domain-neutral scenario (docs team hygiene watch — TODO
       markers, deprecated feature names, internal-only URLs).
       Deliberately not a compliance / credential scanning
       framing.
     - Setup: build regex collection in GUI.
     - Command: --watch --regex-collection piped to a shell
       loop that fires osascript display notifications.
     - Accurate NDJSON output shape (7 fields, verified against
       peekdocs/watcher.py's docstring).
     - Variations: Slack webhook, log-to-disk, jq prefilter.
     - Six gotchas: --on-match doesn't fire in --watch, Ctrl-C
       clean shutdown, refuse-to-run-as-root, --allow-system-paths
       warning, no delete events, noisy folders.
     - What this is not: pre-commit hook substitute.

4. USER_GUIDE TOC entry added for the new worked example.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants