Skip to content

Commit 91b9fa6

Browse files
chore(deps-dev): bump the minor group across 1 directory with 5 updates
Bumps the minor group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `25.11.0` | `25.12.0` | | [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.23` | `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` | Updates `black` from 25.11.0 to 25.12.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.11.0...25.12.0) 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](fralau/mkdocs-macros-plugin@v1.4.1...v1.5.0) Updates `mkdocs-material` from 9.6.23 to 9.7.1 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.6.23...9.7.1) Updates `mypy` from 1.18.2 to 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@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](wntrblm/nox@2025.10.16...2025.11.12) --- updated-dependencies: - dependency-name: black dependency-version: 25.12.0 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7c75f50 commit 91b9fa6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -67,29 +67,29 @@ dev-flake8 = [
6767
"pydoclint == 0.7.6",
6868
"pydocstyle == 6.3.0",
6969
]
70-
dev-formatting = ["black == 25.11.0", "isort == 6.1.0"]
70+
dev-formatting = ["black == 25.12.0", "isort == 6.1.0"]
7171
dev-mkdocs = [
72-
"black == 25.11.0",
72+
"black == 25.12.0",
7373
"Markdown==3.10",
7474
"mike == 2.1.3",
7575
"mkdocs-gen-files == 0.5.0",
7676
"mkdocs-literate-nav == 0.6.2",
77-
"mkdocs-macros-plugin == 1.4.1",
78-
"mkdocs-material == 9.6.23",
77+
"mkdocs-macros-plugin == 1.5.0",
78+
"mkdocs-material == 9.7.1",
7979
"mkdocstrings[python] == 0.30.1",
8080
"mkdocstrings-python == 1.18.2",
8181
"frequenz-repo-config[lib] == 0.13.6",
8282
]
8383
dev-mypy = [
84-
"mypy == 1.18.2",
84+
"mypy == 1.19.1",
8585
"grpc-stubs == 1.53.0.6",
8686
"pandas-stubs == 2.3.2.250926",
8787
"types-Markdown == 3.10.0.20251106",
8888
"types-protobuf == 6.32.1.20250918",
8989
# For checking the noxfile, docs/ script, and tests
9090
"frequenz-client-electricity-trading[dev-mkdocs,dev-noxfile,dev-pytest]",
9191
]
92-
dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.13.6"]
92+
dev-noxfile = ["nox == 2025.11.12", "frequenz-repo-config[lib] == 0.13.6"]
9393
dev-pylint = [
9494
"pylint == 4.0.2",
9595
# For checking the noxfile, docs/ script, and tests

0 commit comments

Comments
 (0)