Skip to content

Commit 16b8fb1

Browse files
Build(deps-dev): Bump the minor group with 7 updates
Bumps the minor group with 7 updates: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `25.9.0` | `25.11.0` | | [markdown](https://github.com/Python-Markdown/markdown) | `3.9` | `3.10` | | [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.0` | | [mypy](https://github.com/python/mypy) | `1.18.2` | `1.19.0` | | [types-markdown](https://github.com/typeshed-internal/stub_uploader) | `3.9.0.20250906` | `3.10.0.20251106` | | [nox](https://github.com/wntrblm/nox) | `2025.10.16` | `2025.11.12` | Updates `black` from 25.9.0 to 25.11.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.9.0...25.11.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](Python-Markdown/markdown@3.9.0...3.10.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.0 - [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.0) Updates `mypy` from 1.18.2 to 1.19.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.18.2...v1.19.0) Updates `types-markdown` from 3.9.0.20250906 to 3.10.0.20251106 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) 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.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.19.0 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 347f4e1 commit 16b8fb1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,27 +68,27 @@ dev-flake8 = [
6868
"pydoclint == 0.7.6",
6969
"pydocstyle == 6.3.0",
7070
]
71-
dev-formatting = ["black == 25.9.0", "isort == 7.0.0"]
71+
dev-formatting = ["black == 25.11.0", "isort == 7.0.0"]
7272
dev-mkdocs = [
73-
"black == 25.9.0",
74-
"Markdown==3.9",
73+
"black == 25.11.0",
74+
"Markdown==3.10",
7575
"mike == 2.1.3",
7676
"mkdocs-gen-files == 0.5.0",
7777
"mkdocs-literate-nav == 0.6.2",
78-
"mkdocs-macros-plugin == 1.4.1",
79-
"mkdocs-material == 9.6.23",
78+
"mkdocs-macros-plugin == 1.5.0",
79+
"mkdocs-material == 9.7.0",
8080
"mkdocstrings[python] == 0.30.1",
8181
"mkdocstrings-python == 1.18.2",
8282
"frequenz-repo-config[api] == 0.13.6",
8383
]
8484
dev-mypy = [
85-
"mypy == 1.18.2",
85+
"mypy == 1.19.0",
8686
"grpc-stubs == 1.53.0.6",
87-
"types-Markdown == 3.9.0.20250906",
87+
"types-Markdown == 3.10.0.20251106",
8888
# For checking the noxfile, docs/ script, and tests
8989
"frequenz-api-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
9090
]
91-
dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[api] == 0.13.6"]
91+
dev-noxfile = ["nox == 2025.11.12", "frequenz-repo-config[api] == 0.13.6"]
9292
dev-pylint = [
9393
"pylint == 4.0.2",
9494
# For checking the noxfile, docs/ script, and tests

0 commit comments

Comments
 (0)