From 96824c753ea4debb591e23272292293836ff56cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 15:34:07 +0000 Subject: [PATCH] Bump the patch group with 3 updates Bumps the patch group with 3 updates: [markdown](https://github.com/Python-Markdown/markdown), [mypy](https://github.com/python/mypy) and [pylint](https://github.com/pylint-dev/pylint). Updates `markdown` from 3.10.2 to 3.10.3 - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](https://github.com/Python-Markdown/markdown/compare/3.10.2...3.10.3) Updates `mypy` from 2.3.0 to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.3.0...v2.3.1) Updates `pylint` from 4.0.6 to 4.0.8 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v4.0.6...v4.0.8) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.10.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: pylint dependency-version: 4.0.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cd16022..6c66bdf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,7 +72,7 @@ dev-flake8 = [ dev-formatting = ["black == 26.5.1", "isort == 8.0.1"] dev-mkdocs = [ "black == 26.5.1", - "Markdown == 3.10.2", + "Markdown == 3.10.3", "mike == 2.2.0", "mkdocs-gen-files == 0.6.1", "mkdocs-literate-nav == 0.6.3", @@ -83,7 +83,7 @@ dev-mkdocs = [ "frequenz-repo-config[lib] == 0.18.0", ] dev-mypy = [ - "mypy == 2.3.0", + "mypy == 2.3.1", "types-Markdown == 3.10.2.20260712", # For checking the noxfile, docs/ script, and tests "frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]", @@ -93,7 +93,7 @@ dev-mypy = [ ] dev-noxfile = ["nox == 2026.7.11", "frequenz-repo-config[lib] == 0.18.0"] dev-pylint = [ - "pylint == 4.0.6", + "pylint == 4.0.8", # For checking the noxfile, docs/ script, and tests "frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]", "frequenz-api-dispatch == 1.0.0",