Skip to content

Commit 042a5df

Browse files
Bump the minor group with 6 updates
Bumps the minor group with 6 updates: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `25.1.0` | `25.9.0` | | [isort](https://github.com/PyCQA/isort) | `6.0.1` | `6.1.0` | | [markdown](https://github.com/Python-Markdown/markdown) | `3.8.2` | `3.9` | | [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin) | `1.3.9` | `1.4.0` | | [mypy](https://github.com/python/mypy) | `1.17.1` | `1.18.2` | | [types-markdown](https://github.com/typeshed-internal/stub_uploader) | `3.8.0.20250809` | `3.9.0.20250906` | Updates `black` from 25.1.0 to 25.9.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@25.1.0...25.9.0) Updates `isort` from 6.0.1 to 6.1.0 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@6.0.1...6.1.0) Updates `markdown` from 3.8.2 to 3.9 - [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.8.2...3.9.0) Updates `mkdocs-macros-plugin` from 1.3.9 to 1.4.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.3.9...v1.4.0) Updates `mypy` from 1.17.1 to 1.18.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.17.1...v1.18.2) Updates `types-markdown` from 3.8.0.20250809 to 3.9.0.20250906 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: black dependency-version: 25.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: isort dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: markdown dependency-version: '3.9' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: mkdocs-macros-plugin dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: mypy dependency-version: 1.18.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: types-markdown dependency-version: 3.9.0.20250906 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 74a2542 commit 042a5df

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,23 +68,23 @@ dev-flake8 = [
6868
"pydoclint == 0.7.3",
6969
"pydocstyle == 6.3.0",
7070
]
71-
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
71+
dev-formatting = ["black == 25.9.0", "isort == 6.1.0"]
7272
dev-mkdocs = [
73-
"black == 25.1.0",
74-
"Markdown==3.8.2",
73+
"black == 25.9.0",
74+
"Markdown==3.9",
7575
"mike == 2.1.3",
7676
"mkdocs-gen-files == 0.5.0",
7777
"mkdocs-literate-nav == 0.6.2",
78-
"mkdocs-macros-plugin == 1.3.9",
78+
"mkdocs-macros-plugin == 1.4.0",
7979
"mkdocs-material == 9.6.18",
8080
"mkdocstrings[python] == 0.30.0",
8181
"mkdocstrings-python == 1.18.2",
8282
"frequenz-repo-config[api] == 0.13.5",
8383
]
8484
dev-mypy = [
85-
"mypy == 1.17.1",
85+
"mypy == 1.18.2",
8686
"grpc-stubs == 1.53.0.6",
87-
"types-Markdown == 3.8.0.20250809",
87+
"types-Markdown == 3.9.0.20250906",
8888
# For checking the noxfile, docs/ script, and tests
8989
"frequenz-api-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
9090
]

0 commit comments

Comments
 (0)