From b07d7150c375aeccf419d135b69d059a3c6024eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 20:04:03 +0000 Subject: [PATCH] Bump the dependencies group with 3 updates Bumps the dependencies group with 3 updates: [markdown-checker](https://github.com/john0isaac/markdown-checker), [mistletoe](https://github.com/miyuchina/mistletoe) and [ruff](https://github.com/astral-sh/ruff). Updates `markdown-checker` from 1.2.0 to 1.2.1 - [Release notes](https://github.com/john0isaac/markdown-checker/releases) - [Changelog](https://github.com/john0isaac/markdown-checker/blob/main/CHANGES.rst) - [Commits](https://github.com/john0isaac/markdown-checker/compare/v1.2.0...v1.2.1) Updates `mistletoe` from 1.5.1 to 1.6.0 - [Release notes](https://github.com/miyuchina/mistletoe/releases) - [Commits](https://github.com/miyuchina/mistletoe/compare/v1.5.1...v1.6.0) Updates `ruff` from 0.15.20 to 0.15.21 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.15.20...0.15.21) Bump the dependencies group with 2 updates --- updated-dependencies: - dependency-name: markdown-checker dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: mistletoe dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ruff dependency-version: 0.15.21 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: https://github.com/astral-sh/ruff-pre-commit dependency-version: 0.15.21 dependency-type: direct:production dependency-group: dependencies - dependency-name: https://github.com/rvben/rumdl-pre-commit dependency-version: 0.2.31 dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .pre-commit-config.yaml | 4 ++-- pyproject.toml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8dcadadb..d23fdb1d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,13 +11,13 @@ repos: exclude: "locales" - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.20 + rev: v0.15.21 hooks: - id: ruff-check args: [ --fix ] - id: ruff-format - repo: https://github.com/rvben/rumdl-pre-commit - rev: v0.2.28 + rev: v0.2.31 hooks: - id: rumdl - id: rumdl-fmt diff --git a/pyproject.toml b/pyproject.toml index eecf4669..959fd9fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,8 +25,8 @@ maintainers = [ dependencies = [ "click==8.4.0", "deepl==1.30.0", - "markdown-checker==1.2.0", - "mistletoe==1.5.1", + "markdown-checker==1.2.1", + "mistletoe==1.6.0", "mkdocs-autorefs==1.4.4", "mkdocs-literate-nav==0.6.3", # DO NOT UPGRADE - Uncertain whether author's move to ProperDocs will cause incompatibility "mkdocs-macros-plugin @ git+https://github.com/kattni/mkdocs-macros-plugin@include-dir-multiple-directories", @@ -39,7 +39,7 @@ dependencies = [ "python-Levenshtein==0.27.3", "PyYAML==6.0.3", "polib==1.2.0", - "ruff==0.15.20", + "ruff==0.15.21", "setuptools_scm==10.2.0", "translate-toolkit==3.19.13", ]