Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2025

Bumps the deps group with 7 updates:

Package From To
pymupdf 1.25.3 1.25.5
pydantic 2.10.6 2.11.1
pylint 3.3.4 3.3.6
pytest 8.3.4 8.3.5
types-tqdm 4.67.0.20250301 4.67.0.20250401
flake8 7.1.2 7.2.0
ruff 0.9.9 0.11.2

Updates pymupdf from 1.25.3 to 1.25.5

Release notes

Sourced from pymupdf's releases.

PyMuPDF-1.25.5 released

PyMuPDF-1.25.5 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.25.5 (2025-03-31)

  • Fixed issues:

  • Other:

    • Use MuPDF-1.25.6.
    • Fixed MuPDF SEGV on MacOS with particular fonts.
    • Fixed Annot.get_textpage()'s clip arg.
    • Fixed Python-3.14 (pre-release) build error.

PyMuPDF-1.25.4 released

PyMuPDF-1.25.4 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.25.4 (2025-03-14)

... (truncated)

Changelog

Sourced from pymupdf's changelog.

Change Log

Changes in version 1.25.5 (2025-03-31)

  • Fixed issues:

    • Fixed 4372 <https://github.com/pymupdf/PyMuPDF/issues/4372>_: Text insertion fails due to missing /Resources object
    • Fixed 4400 <https://github.com/pymupdf/PyMuPDF/issues/4400>_: Infinite loop in fill_textbox
    • Fixed 4403 <https://github.com/pymupdf/PyMuPDF/issues/4403>_: Unable to get_text() - layer/clip nesting too deep
    • Fixed 4415 <https://github.com/pymupdf/PyMuPDF/issues/4415>_: PDF page is mirrored, origin is at bottom-left
  • Other:

    • Use MuPDF-1.25.6.
    • Fixed MuPDF SEGV on MacOS with particular fonts.
    • Fixed Annot.get_textpage()'s clip arg.
    • Fixed Python-3.14 (pre-release) build error.

Changes in version 1.25.4 (2025-03-14)

  • Use MuPDF-1.25.5.

  • Fixed issues:

    • Fixed 4079 <https://github.com/pymupdf/PyMuPDF/issues/4079>_: Unexpected result for apply_redactions()
    • Fixed 4224 <https://github.com/pymupdf/PyMuPDF/issues/4224>_: MuPDF error: format error: negative code in 1d faxd
    • Fixed 4303 <https://github.com/pymupdf/PyMuPDF/issues/4303>_: page.get_image_info() returns outdated cached results after replacing image
    • Fixed 4309 <https://github.com/pymupdf/PyMuPDF/issues/4309>_: FzErrorFormat Error When Deleting First Page
    • Fixed 4336 <https://github.com/pymupdf/PyMuPDF/issues/4336>_: Major Performance Regression: pix.color_count is 150x slower in version 1.25.3 compared to 1.23.8
    • Fixed 4341 <https://github.com/pymupdf/PyMuPDF/issues/4341>_: Invalid label retrieval when /Kids is an array of multiple /Nums
  • Other:

    • Fixed handling of duplicate widget names when joining PDFs (PR #4347).
    • Improved Pyodide build.
    • Avoid SWIG-related build errors with Python-3.13 by disabling PY_LIMITED_API.

Changes in version 1.25.3 (2025-02-06)

  • Use MuPDF-1.25.4.

  • Fixed issues:

    • Fixed 4139 <https://github.com/pymupdf/PyMuPDF/issues/4139>_: Text color numbers change between 1.24.14 and 1.25.0
    • Fixed 4141 <https://github.com/pymupdf/PyMuPDF/issues/4141>_: Some insertion methods fails for pages without a /Resources object
    • Fixed 4180 <https://github.com/pymupdf/PyMuPDF/issues/4180>_: Search problems

... (truncated)

Commits
  • b1ecfe6 Documentation Updates
  • 3cd80e1 Updated release dates.
  • 2838348 tests/: added test_4415().
  • 2c45b05 src/table.py: fix errors with latest flake8.
  • 33fe7a9 Update versions and changelog etc for next release.
  • ab36622 src/extra.i: fix debug build error caused by assert statement.
  • c58e39a src/ tests/: avoid infinite loop in fill_textbox() if word is too long.
  • ec43e60 scripts/test.py: added --pytest-prefix arg.
  • 9699a13 src/utils.py: fix pylint error with recent python-3.14 fix.
  • 2cf119b Clarifications
  • Additional commits viewable in compare view

Updates pydantic from 2.10.6 to 2.11.1

Release notes

Sourced from pydantic's releases.

v2.11.1 2025-03-28

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.11.0...v2.11.1

v2.11.0 2025-03-27

What's Changed

Packaging

New Features

Changes

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.11.1 (2025-03-28)

GitHub release

What's Changed

Fixes

  • Do not override 'definitions-ref' schemas containing serialization schemas or metadata by @​Viicos in #11644

v2.11.0 (2025-03-27)

GitHub release

What's Changed

Pydantic v2.11 is a version strongly focused on build time performance of Pydantic models (and core schema generation in general). See the blog post for more details.

Packaging

New Features

Fixes

  • Allow generic typed dictionaries to be used for unpacked variadic keyword parameters by @​Viicos in #11571
  • Fix runtime error when computing model string representation involving cached properties and self-referenced models by @​Viicos in #11579
  • Preserve other steps when using the ellipsis in the pipeline API by @​Viicos in #11626
  • Fix deferred discriminator application logic by @​Viicos in #11591

New Contributors

v2.11.0b2 (2025-03-17)

GitHub release

What's Changed

Packaging

... (truncated)

Commits

Updates pylint from 3.3.4 to 3.3.6

Commits

Updates pytest from 8.3.4 to 8.3.5

Release notes

Sourced from pytest's releases.

8.3.5

pytest 8.3.5 (2025-03-02)

Bug fixes

  • #11777: Fixed issue where sequences were still being shortened even with -vv verbosity.
  • #12888: Fixed broken input when using Python 3.13+ and a libedit build of Python, such as on macOS or with uv-managed Python binaries from the python-build-standalone project. This could manifest e.g. by a broken prompt when using Pdb, or seeing empty inputs with manual usage of input() and suspended capturing.
  • #13026: Fixed AttributeError{.interpreted-text role="class"} crash when using --import-mode=importlib when top-level directory same name as another module of the standard library.
  • #13053: Fixed a regression in pytest 8.3.4 where, when using --import-mode=importlib, a directory containing py file with the same name would cause an ImportError
  • #13083: Fixed issue where pytest could crash if one of the collected directories got removed during collection.

Improved documentation

  • #12842: Added dedicated page about using types with pytest.

    See types{.interpreted-text role="ref"} for detailed usage.

Contributor-facing changes

  • #13112: Fixed selftest failures in test_terminal.py with Pygments >= 2.19.0
  • #13256: Support for Towncrier versions released in 2024 has been re-enabled when building Sphinx docs -- by webknjaz{.interpreted-text role="user"}.
Commits

Updates types-tqdm from 4.67.0.20250301 to 4.67.0.20250401

Commits

Updates flake8 from 7.1.2 to 7.2.0

Commits

Updates ruff from 0.9.9 to 0.11.2

Release notes

Sourced from ruff's releases.

0.11.2

Release Notes

Preview features

  • [syntax-errors] Fix false-positive syntax errors emitted for annotations on variadic parameters before Python 3.11 (#16878)

Contributors

Install ruff 0.11.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.11.2/ruff-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/astral-sh/ruff/releases/download/0.11.2/ruff-installer.ps1 | iex"

Download ruff 0.11.2

File Platform Checksum
ruff-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
ruff-x86_64-apple-darwin.tar.gz Intel macOS checksum
ruff-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
ruff-i686-pc-windows-msvc.zip x86 Windows checksum
ruff-x86_64-pc-windows-msvc.zip x64 Windows checksum
ruff-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
ruff-i686-unknown-linux-gnu.tar.gz x86 Linux checksum
ruff-powerpc64-unknown-linux-gnu.tar.gz PPC64 Linux checksum
ruff-powerpc64le-unknown-linux-gnu.tar.gz PPC64LE Linux checksum
ruff-s390x-unknown-linux-gnu.tar.gz S390x Linux checksum
ruff-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
ruff-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
ruff-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
ruff-i686-unknown-linux-musl.tar.gz x86 MUSL Linux checksum
ruff-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
ruff-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum

... (truncated)

Changelog

Sourced from ruff's changelog.

0.11.2

Preview features

  • [syntax-errors] Fix false-positive syntax errors emitted for annotations on variadic parameters before Python 3.11 (#16878)

0.11.1

Preview features

  • [airflow] Add chain, chain_linear and cross_downstream for AIR302 (#16647)
  • [syntax-errors] Improve error message and range for pre-PEP-614 decorator syntax errors (#16581)
  • [syntax-errors] PEP 701 f-strings before Python 3.12 (#16543)
  • [syntax-errors] Parenthesized context managers before Python 3.9 (#16523)
  • [syntax-errors] Star annotations before Python 3.11 (#16545)
  • [syntax-errors] Star expression in index before Python 3.11 (#16544)
  • [syntax-errors] Unparenthesized assignment expressions in sets and indexes (#16404)

Bug fixes

  • Server: Allow FixAll action in presence of version-specific syntax errors (#16848)
  • [flake8-bandit] Allow raw strings in suspicious-mark-safe-usage (S308) #16702 (#16770)
  • [refurb] Avoid panicking unwrap in verbose-decimal-constructor (FURB157) (#16777)
  • [refurb] Fix starred expressions fix (FURB161) (#16550)
  • Fix --statistics reporting for unsafe fixes (#16756)

Rule changes

  • [flake8-executables] Allow uv run in shebang line for shebang-missing-python (EXE003) (#16849,#16855)

CLI

  • Add --exit-non-zero-on-format (#16009)

Documentation

  • Update Ruff tutorial to avoid non-existent fix in __init__.py (#16818)
  • [flake8-gettext] Swap format- and printf-in-get-text-func-call examples (INT002, INT003) (#16769)

0.11.0

This is a follow-up to release 0.10.0. Because of a mistake in the release process, the requires-python inference changes were not included in that release. Ruff 0.11.0 now includes this change as well as the stabilization of the preview behavior for PGH004.

Breaking changes

  • Changes to how the Python version is inferred when a target-version is not specified (#16319)

    In previous versions of Ruff, you could specify your Python version with:

    • The target-version option in a ruff.toml file or the [tool.ruff] section of a pyproject.toml file.

... (truncated)

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
pymupdf [< 1.24, > 1.23.8]

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the deps group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [pymupdf](https://github.com/pymupdf/pymupdf) | `1.25.3` | `1.25.5` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.10.6` | `2.11.1` |
| [pylint](https://github.com/pylint-dev/pylint) | `3.3.4` | `3.3.6` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.4` | `8.3.5` |
| [types-tqdm](https://github.com/typeshed-internal/stub_uploader) | `4.67.0.20250301` | `4.67.0.20250401` |
| [flake8](https://github.com/pycqa/flake8) | `7.1.2` | `7.2.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.9.9` | `0.11.2` |


Updates `pymupdf` from 1.25.3 to 1.25.5
- [Release notes](https://github.com/pymupdf/pymupdf/releases)
- [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt)
- [Commits](pymupdf/PyMuPDF@1.25.3...1.25.5)

Updates `pydantic` from 2.10.6 to 2.11.1
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.10.6...v2.11.1)

Updates `pylint` from 3.3.4 to 3.3.6
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.3.4...v3.3.6)

Updates `pytest` from 8.3.4 to 8.3.5
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.4...8.3.5)

Updates `types-tqdm` from 4.67.0.20250301 to 4.67.0.20250401
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)

Updates `flake8` from 7.1.2 to 7.2.0
- [Commits](PyCQA/flake8@7.1.2...7.2.0)

Updates `ruff` from 0.9.9 to 0.11.2
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.9.9...0.11.2)

---
updated-dependencies:
- dependency-name: pymupdf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: types-tqdm
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: flake8
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: deps
...

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 Apr 1, 2025
@benjamin-awd benjamin-awd merged commit 5d9cca7 into main Apr 2, 2025
2 checks passed
@benjamin-awd benjamin-awd deleted the dependabot/pip/deps-19a0f36f4b branch April 2, 2025 12:57
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.

1 participant