Skip to content

Commit d7559c6

Browse files
Bump the minor group across 1 directory with 8 updates
Bumps the minor group with 8 updates in the / directory: | 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.0` | `1.5.0` | | [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.6.21` | `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` | | [uv](https://github.com/astral-sh/uv) | `0.8.22` | `0.9.13` | | [nox](https://github.com/wntrblm/nox) | `2025.5.1` | `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.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](fralau/mkdocs-macros-plugin@v1.4.0...v1.5.0) Updates `mkdocs-material` from 9.6.21 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.21...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 `uv` from 0.8.22 to 0.9.13 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.8.22...0.9.13) 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](wntrblm/nox@2025.05.01...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: uv dependency-version: 0.9.13 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 39e33c4 commit d7559c6

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -57,30 +57,30 @@ dev-flake8 = [
5757
"pydoclint == 0.7.3",
5858
"pydocstyle == 6.3.0",
5959
]
60-
dev-formatting = ["black == 25.9.0", "isort == 6.0.1"]
60+
dev-formatting = ["black == 25.11.0", "isort == 6.0.1"]
6161
dev-mkdocs = [
62-
"black == 25.9.0",
63-
"Markdown==3.9",
62+
"black == 25.11.0",
63+
"Markdown==3.10",
6464
"mike == 2.1.3",
6565
"mkdocs-gen-files == 0.5.0",
6666
"mkdocs-literate-nav == 0.6.2",
67-
"mkdocs-macros-plugin == 1.4.0",
68-
"mkdocs-material == 9.6.21",
67+
"mkdocs-macros-plugin == 1.5.0",
68+
"mkdocs-material == 9.7.0",
6969
"mkdocstrings[python] == 0.30.1",
7070
"mkdocstrings-python == 1.18.2",
7171
"frequenz-repo-config[lib] == 0.13.5",
7272
]
7373
dev-mypy = [
74-
"mypy == 1.18.2",
74+
"mypy == 1.19.0",
7575
# This dependency introduces breaking changes in patch releases
7676
"grpc-stubs == 1.53.0.6",
77-
"types-Markdown == 3.9.0.20250906",
77+
"types-Markdown == 3.10.0.20251106",
7878
# For checking the noxfile, docs/ script, and tests
7979
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
8080
]
8181
dev-noxfile = [
82-
"uv == 0.8.22",
83-
"nox == 2025.5.1",
82+
"uv == 0.9.13",
83+
"nox == 2025.11.12",
8484
"frequenz-repo-config[lib] == 0.13.5",
8585
]
8686
dev-pylint = [

0 commit comments

Comments
 (0)