Skip to content

chore(deps): update all dependencies#254

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/all
Nov 20, 2025
Merged

chore(deps): update all dependencies#254
renovate[bot] merged 1 commit intomainfrom
renovate/all

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Nov 17, 2025

This PR contains the following updates:

Package Type Update Change Pending Age Confidence
asottile/pyupgrade repository patch v3.21.0 -> v3.21.1 v3.21.2 age confidence
astral-sh/ruff-pre-commit repository patch v0.14.4 -> v0.14.5 age confidence
astral-sh/uv-pre-commit repository patch 0.9.8 -> 0.9.10 age confidence
biomejs/pre-commit repository patch v2.3.4 -> v2.3.6 age confidence
markdown-exec (changelog) project.dependencies minor 1.11.0 -> 1.12.1 age confidence
mkdocs-macros-plugin project.dependencies minor 1.4.1 -> 1.5.0 age confidence
mkdocs-material (changelog) project.dependencies minor 9.6.23 -> 9.7.0 age confidence
mkdocstrings-python (changelog) project.dependencies minor 1.18.2 -> 1.19.0 age confidence
pycqa/pylint repository patch v4.0.2 -> v4.0.3 age confidence
pymdown-extensions project.dependencies minor 10.16.1 -> 10.17.1 age confidence
pytest (changelog) dependency-groups patch 9.0.0 -> 9.0.1 age confidence
python-jsonschema/check-jsonschema repository minor 0.34.1 -> 0.35.0 age confidence
ruamel-yaml-clib dependency-groups patch 0.2.14 -> 0.2.15 age confidence
streetsidesoftware/cspell-cli repository minor v9.2.1 -> v9.3.3 age confidence
tombi-toml/tombi-pre-commit repository patch v0.6.41 -> v0.6.50 v0.6.52 (+1) age confidence
lockFileMaintenance All locks refreshed

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

asottile/pyupgrade (asottile/pyupgrade)

v3.21.1

Compare Source

astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)

v0.14.5

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.5

astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)

v0.9.10

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.9.10

v0.9.9

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.9.9

biomejs/pre-commit (biomejs/pre-commit)

v2.3.6

Compare Source

v2.3.5

Compare Source

pawamoy/markdown-exec (markdown-exec)

v1.12.1

Compare Source

Compare with 1.12.0

Code Refactoring
  • Always register tables extension, needed for Zensical (1f95bf0 by Timothée Mazzucotelli).

v1.12.0

Compare Source

Compare with 1.12.0

Code Refactoring
  • Always register tables extension, needed for Zensical (1f95bf0 by Timothée Mazzucotelli).
fralau/mkdocs_macros_plugin (mkdocs-macros-plugin)

v1.5.0

Compare Source

  • Added: For each push, testing on github for versions Python 3.8 to 3.12
  • Fixed: bug in import of packages when not in source dir (#​278)
squidfunk/mkdocs-material (mkdocs-material)

v9.7.0: mkdocs-material-9.7.0

Compare Source

[!WARNING]

Material for MkDocs is now in maintenance mode

This is the last release of Material for MkDocs that will receive new features. Going forward, the Material for MkDocs team focuses on Zensical, a next-gen static site generator built from first principles. We will provide critical bug fixes and security updates for Material for MkDocs for 12 months at least.

Read the full announcement on our blog

This release includes all features that were previously exclusive to the Insiders edition. These features are now freely available to everyone.

Note on deprecated plugins: The projects and typeset plugins are included in this release, but must be considered deprecated. Both plugins proved unsustainable to maintain and represent architectural dead ends. They are provided as-is without ongoing support.

Changes:

  • Added support for projects plugin (for compat, now deprecated)
  • Added support for typeset plugin (for compat, now deprecated)
  • Added support for pinned blog posts and author profiles
  • Added support for customizing pagination for blog index pages
  • Added support for customizing blog category sort order
  • Added support for staying on page when switching languages
  • Added support for disabling tags in table of contents
  • Added support for nested tags and shadow tags
  • Added support for footnote tooltips
  • Added support for instant previews
  • Added support for instant prefetching
  • Added support for custom social card layouts
  • Added support for custom social card background images
  • Added support for selectable rangs in code blocks
  • Added support for custom selectors for code annotations
  • Added support for configurable log level in privacy plugin
  • Added support for processing of external links in privacy plugin
  • Added support for automatic image optimization via optimize plugin
  • Added support for navigation paths (breadcrumbs)
  • Fixed #​8519: Vector accents do not render when using KaTeX
mkdocstrings/python (mkdocstrings-python)

v1.19.0

Compare Source

Compare with 1.18.2

Features
  • Release scoped and relative cross-references (872afc5 by Timothée Mazzucotelli).
  • Release __all__ ordering feature (84aaebc by Timothée Mazzucotelli).
  • Release public filter feature (3be14cc by Timothée Mazzucotelli).
  • Release backlinks feature (ae7cc2d by Timothée Mazzucotelli).
  • Release expression modernization feature (dbadd1e by Timothée Mazzucotelli).
  • Release visually-lighter admonitions for source code blocks (fdaeb48 by Timothée Mazzucotelli).
  • Release inheritance diagram features (669b42e by Timothée Mazzucotelli).
Code Refactoring
  • Update code base for Python 3.10 (b696ed2 by Timothée Mazzucotelli).
pycqa/pylint (pycqa/pylint)

v4.0.3

Compare Source

What's new in Pylint 4.0.3?

Release date: 2025-11-13

False Positives Fixed

  • Add Enum dunder methods _generate_next_value_, _missing_, _numeric_repr_, _add_alias_, and _add_value_alias_ to the list passed to --good-dunder-names.

    Closes #​10435

  • Fixed false positive for invalid-name with typing.Annotated.

    Closes #​10696

  • Fix false positive for f-string-without-interpolation with template strings
    when using format spec.

    Closes #​10702

  • Fix a false positive when an UPPER_CASED class attribute was raising an
    invalid-name when typed with Final.

    Closes #​10711

  • Fix a false positive for unbalanced-tuple-unpacking when a tuple is assigned to a function call and the structure of the function's return value is ambiguous.

    Closes #​10721

Other Bug Fixes

  • Make 'ignore' option work as expected again.

    Closes #​10669

  • Fix crash for consider-using-assignment-expr when a variable annotation without assignment
    is used as the if test expression.

    Closes #​10707

  • Fix crash for prefer-typing-namedtuple and consider-math-not-float when
    a slice object is called.

    Closes #​10708

facelessuser/pymdown-extensions (pymdown-extensions)

v10.17.1

Compare Source

10.17.1

  • FIX: Fix an issue where Highlight can override another extension in the "registered" list in Python Markdown.

v10.17

Compare Source

10.17

  • NEW: Allow specifying static IDs in caption block headers via #id syntax.
pytest-dev/pytest (pytest)

v9.0.1

Compare Source

pytest 9.0.1 (2025-11-12)

Bug fixes

  • #​13895: Restore support for skipping tests via raise unittest.SkipTest.
  • #​13896: The terminal progress plugin added in pytest 9.0 is now automatically disabled when iTerm2 is detected, it generated desktop notifications instead of the desired functionality.
  • #​13904: Fixed the TOML type of the verbosity settings in the API reference from number to string.
  • #​13910: Fixed UserWarning: Do not expect file_or_dir on some earlier Python 3.12 and 3.13 point versions.

Packaging updates and notes for downstreams

  • #​13933: The tox configuration has been adjusted to make sure the desired
    version string can be passed into its package_env through
    the SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTEST environment
    variable as a part of the release process -- by webknjaz.

Contributor-facing changes

  • #​13891, #​13942: The CI/CD part of the release automation is now capable of
    creating GitHub Releases without having a Git checkout on
    disk -- by bluetech and webknjaz.
  • #​13933: The tox configuration has been adjusted to make sure the desired
    version string can be passed into its package_env through
    the SETUPTOOLS_SCM_PRETEND_VERSION_FOR_PYTEST environment
    variable as a part of the release process -- by webknjaz.
python-jsonschema/check-jsonschema (python-jsonschema/check-jsonschema)

v0.35.0

Compare Source

  • Update vendored schemas: bitbucket-pipelines, buildkite, circle-ci, compose-spec,
    dependabot, gitlab-ci, meltano, mergify, renovate, snapcraft (2025-11-11)
  • Add official support for Python 3.14
  • Add Citation File Format schema and pre-commit hook. Thanks :user:edgarrmondragon! (:issue:502)
  • Improved default text output when parsing errors are encountered. (:issue:581)
streetsidesoftware/cspell-cli (streetsidesoftware/cspell-cli)

v9.3.3

Compare Source

Trivial updates and changes.

v9.3.2

Compare Source

Trivial updates and changes.

v9.3.1

Compare Source

Trivial updates and changes.

v9.3.0

Compare Source

Features
tombi-toml/tombi-pre-commit (tombi-toml/tombi-pre-commit)

v0.6.50

Compare Source

See: https://github.com/tombi-toml/tombi/releases/tag/v0.6.50

v0.6.49

Compare Source

See: https://github.com/tombi-toml/tombi/releases/tag/v0.6.49

v0.6.48

Compare Source

See: https://github.com/tombi-toml/tombi/releases/tag/v0.6.48

v0.6.47

Compare Source

See: https://github.com/tombi-toml/tombi/releases/tag/v0.6.47

v0.6.46

Compare Source

See: https://github.com/tombi-toml/tombi/releases/tag/v0.6.46

v0.6.45

Compare Source

See: https://github.com/tombi-toml/tombi/releases/tag/v0.6.45

v0.6.44

Compare Source

See: https://github.com/tombi-toml/tombi/releases/tag/v0.6.44

v0.6.42

Compare Source

See: https://github.com/tombi-toml/tombi/releases/tag/v0.6.42


Configuration

📅 Schedule: Branch creation - "before 4am on monday" in timezone UTC, Automerge - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone UTC.

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot merged commit d39fa7f into main Nov 20, 2025
16 of 17 checks passed
@renovate renovate bot deleted the renovate/all branch November 20, 2025 12:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

1 participant