From ae0c36135c7d6b5a2ef1755808cd517c306299c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 03:03:55 +0000 Subject: [PATCH] Bump the minor group with 7 updates Bumps the minor group with 7 updates: | Package | From | To | | --- | --- | --- | | [nox](https://github.com/wntrblm/nox) | `2025.10.16` | `2025.11.12` | | [black](https://github.com/psf/black) | `25.9.0` | `25.12.0` | | [markdown](https://github.com/Python-Markdown/markdown) | `3.9` | `3.10` | | [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) | `1.4.0` | `1.5.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.21` | `9.7.1` | | [mypy](https://github.com/python/mypy) | `1.18.2` | `1.19.1` | | [types-markdown](https://github.com/typeshed-internal/stub_uploader) | `3.9.0.20250906` | `3.10.0.20251106` | Updates `nox` from 2025.10.16 to 2025.11.12 - [Release notes](https://github.com/wntrblm/nox/releases) - [Changelog](https://github.com/wntrblm/nox/blob/main/CHANGELOG.md) - [Commits](https://github.com/wntrblm/nox/compare/2025.10.16...2025.11.12) Updates `black` from 25.9.0 to 25.12.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/25.9.0...25.12.0) Updates `markdown` from 3.9 to 3.10 - [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.9.0...3.10.0) Updates `mkdocs-macros-plugin` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases) - [Changelog](https://github.com/fralau/mkdocs-macros-plugin/blob/master/CHANGELOG.md) - [Commits](https://github.com/fralau/mkdocs_macros_plugin/compare/v1.4.0...v1.5.0) Updates `mkdocs-material` from 9.6.21 to 9.7.1 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.21...9.7.1) Updates `mypy` from 1.18.2 to 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.18.2...v1.19.1) Updates `types-markdown` from 3.9.0.20250906 to 3.10.0.20251106 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: nox dependency-version: 2025.11.12 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: black dependency-version: 25.12.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: markdown dependency-version: '3.10' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: mkdocs-macros-plugin dependency-version: 1.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: mkdocs-material dependency-version: 9.7.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: types-markdown dependency-version: 3.10.0.20251106 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3406a157..36bf98ad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,29 +74,29 @@ dev-flake8 = [ "pydoclint == 0.7.3", "pydocstyle == 6.3.0", ] -dev-formatting = ["black == 25.9.0", "isort == 7.0.0"] +dev-formatting = ["black == 25.12.0", "isort == 7.0.0"] dev-mkdocs = [ - "black == 25.9.0", - "Markdown == 3.9", + "black == 25.12.0", + "Markdown == 3.10", "mike == 2.1.3", "mkdocs-gen-files == 0.6.0", "mkdocs-literate-nav == 0.6.2", - "mkdocs-macros-plugin == 1.4.0", - "mkdocs-material == 9.6.21", + "mkdocs-macros-plugin == 1.5.0", + "mkdocs-material == 9.7.1", "mkdocstrings[python] == 1.0.0", "mkdocstrings-python == 2.0.1", ] dev-mypy = [ - "mypy == 1.18.2", + "mypy == 1.19.1", "types-setuptools >= 67.6.0, < 81", # Should match the api dependency - "types-Markdown == 3.9.0.20250906", + "types-Markdown == 3.10.0.20251106", "types-PyYAML == 6.0.12.20250915", "types-babel == 2.11.0.15", "types-colorama == 0.4.15.20250801", # For checking the noxfile, docs/ script, and tests "frequenz-repo-config[dev-mkdocs,dev-noxfile,dev-pytest]", ] -dev-noxfile = ["nox == 2025.10.16"] +dev-noxfile = ["nox == 2025.11.12"] dev-pylint = [ # dev-pytest already defines a dependency to pylint because of the examples # For checking the noxfile, docs/ script, and tests