From 5d987946011e83f0529b10b3f83b610a6b4fa19c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 16:48:26 +0000 Subject: [PATCH] Bump the minor group with 8 updates Bumps the minor group with 8 updates: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `25.1.0` | `25.11.0` | | [markdown](https://github.com/Python-Markdown/markdown) | `3.8.2` | `3.10` | | [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) | `1.3.9` | `1.5.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.18` | `9.7.0` | | [mypy](https://github.com/python/mypy) | `1.9.0` | `1.18.2` | | [types-markdown](https://github.com/typeshed-internal/stub_uploader) | `3.8.0.20250809` | `3.10.0.20251106` | | [nox](https://github.com/wntrblm/nox) | `2025.5.1` | `2025.11.12` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.14.0` | `3.15.1` | Updates `black` from 25.1.0 to 25.11.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.1.0...25.11.0) Updates `markdown` from 3.8.2 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.8.2...3.10.0) Updates `mkdocs-macros-plugin` from 1.3.9 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.3.9...v1.5.0) Updates `mkdocs-material` from 9.6.18 to 9.7.0 - [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.18...9.7.0) Updates `mypy` from 1.9.0 to 1.18.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/1.9.0...v1.18.2) Updates `types-markdown` from 3.8.0.20250809 to 3.10.0.20251106 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `nox` from 2025.5.1 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.05.01...2025.11.12) Updates `pytest-mock` from 3.14.0 to 3.15.1 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest-mock/compare/v3.14.0...v3.15.1) --- updated-dependencies: - dependency-name: black dependency-version: 25.11.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.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: mypy dependency-version: 1.18.2 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 - dependency-name: nox dependency-version: 2025.11.12 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index dce6b9b..82bdc86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,27 +45,27 @@ dev-flake8 = [ "pydoclint == 0.8.1", "pydocstyle == 6.3.0", ] -dev-formatting = ["black == 25.1.0", "isort == 6.0.0"] +dev-formatting = ["black == 25.11.0", "isort == 6.0.0"] dev-mkdocs = [ - "Markdown == 3.8.2", - "black == 25.1.0", + "Markdown == 3.10", + "black == 25.11.0", "mike == 2.1.3", "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.2", - "mkdocs-macros-plugin == 1.3.9", - "mkdocs-material == 9.6.18", + "mkdocs-macros-plugin == 1.5.0", + "mkdocs-material == 9.7.0", "mkdocstrings[python] == 0.30.1", "mkdocstrings-python == 1.17.0", "frequenz-repo-config[lib] == 0.13.6", ] dev-mypy = [ - "mypy == 1.9.0", - "types-Markdown == 3.8.0.20250809", + "mypy == 1.18.2", + "types-Markdown == 3.10.0.20251106", # For checking the noxfile, docs/ script, and tests "frequenz-gridpool[dev-mkdocs,dev-noxfile,dev-pytest]", ] dev-noxfile = [ - "nox == 2025.5.1", + "nox == 2025.11.12", "frequenz-repo-config[lib] == 0.13.6", ] dev-pylint = [ @@ -77,7 +77,7 @@ dev-pytest = [ "pytest == 8.4.1", "pylint == 4.0.3", # We need this to check for the examples "frequenz-repo-config[extra-lint-examples] == 0.13.6", - "pytest-mock == 3.14.0", + "pytest-mock == 3.15.1", "pytest-asyncio == 1.3.0", "async-solipsism == 0.8", ]