From dd490e5581cae07710aa4e6ac9e1dd891f2c2d9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 05:53:42 +0000 Subject: [PATCH] Bump the minor group across 1 directory with 6 updates Bumps the minor group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [markdown](https://github.com/Python-Markdown/markdown) | `3.9` | `3.10.1` | | [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) | `1.4.1` | `1.5.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.22` | `9.7.1` | | [mypy](https://github.com/python/mypy) | `1.18.2` | `1.19.1` | | [nox](https://github.com/wntrblm/nox) | `2025.10.16` | `2025.11.12` | | [setuptools](https://github.com/pypa/setuptools) | `80.9.0` | `80.10.2` | Updates `markdown` from 3.9 to 3.10.1 - [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.1) Updates `mkdocs-macros-plugin` from 1.4.1 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.1...v1.5.0) Updates `mkdocs-material` from 9.6.22 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.22...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 `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 `setuptools` from 80.9.0 to 80.10.2 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v80.9.0...v80.10.2) --- updated-dependencies: - dependency-name: markdown dependency-version: 3.10.1 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: nox dependency-version: 2025.11.12 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: setuptools dependency-version: 80.10.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4a8ff48..ae5c748 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ [build-system] requires = [ - "setuptools == 80.9.0", + "setuptools == 80.10.2", "setuptools_scm[toml] == 9.2.2", "frequenz-repo-config[api] == 0.13.6", # We need to pin the protobuf, grpcio and grpcio-tools dependencies to make @@ -59,24 +59,24 @@ dev-flake8 = [ ] dev-formatting = ["black == 25.9.0", "isort == 7.0.0"] dev-mkdocs = [ - "Markdown == 3.9", + "Markdown == 3.10.1", "black == 25.9.0", "mike == 2.1.3", "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.2", - "mkdocs-macros-plugin == 1.4.1", - "mkdocs-material == 9.6.22", + "mkdocs-macros-plugin == 1.5.0", + "mkdocs-material == 9.7.1", "mkdocstrings[python] == 0.30.1", "mkdocstrings-python == 1.18.2", "frequenz-repo-config[api] == 0.13.6", ] dev-mypy = [ - "mypy == 1.18.2", + "mypy == 1.19.1", "grpc-stubs == 1.53.0.6", # For checking the noxfile, docs/ script, and tests "frequenz-api-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]", ] -dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[api] == 0.13.6"] +dev-noxfile = ["nox == 2025.11.12", "frequenz-repo-config[api] == 0.13.6"] dev-pylint = [ "pylint == 4.0.2", # For checking the noxfile, docs/ script, and tests