Skip to content

Commit 9adae91

Browse files
Build(deps): Bump the minor group with 7 updates
Bumps the minor group with 7 updates: | Package | From | To | | --- | --- | --- | | [markdown](https://github.com/Python-Markdown/markdown) | `3.8.2` | `3.9` | | [black](https://github.com/psf/black) | `25.1.0` | `25.9.0` | | [isort](https://github.com/PyCQA/isort) | `6.0.1` | `6.1.0` | | [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` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.14.1` | `3.15.1` | 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 `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 `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) Updates `pytest-mock` from 3.14.1 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](pytest-dev/pytest-mock@v3.14.1...v3.15.1) --- updated-dependencies: - dependency-name: markdown dependency-version: '3.9' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - 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: 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 - dependency-name: pytest-mock dependency-version: 3.15.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2e9d557 commit 9adae91

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,22 +54,22 @@ dev-flake8 = [
5454
"pydoclint == 0.6.11",
5555
"pydocstyle == 6.3.0",
5656
]
57-
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
57+
dev-formatting = ["black == 25.9.0", "isort == 6.1.0"]
5858
dev-mkdocs = [
59-
"black == 25.1.0",
60-
"Markdown==3.8.2",
59+
"black == 25.9.0",
60+
"Markdown==3.9",
6161
"mike == 2.1.3",
6262
"mkdocs-gen-files == 0.5.0",
6363
"mkdocs-literate-nav == 0.6.2",
64-
"mkdocs-macros-plugin == 1.3.9",
64+
"mkdocs-macros-plugin == 1.4.0",
6565
"mkdocs-material == 9.6.18",
6666
"mkdocstrings[python] == 0.30.0",
6767
"mkdocstrings-python == 1.18.2",
6868
"frequenz-repo-config[lib] == 0.13.5",
6969
]
7070
dev-mypy = [
71-
"mypy == 1.17.1",
72-
"types-Markdown == 3.8.0.20250809",
71+
"mypy == 1.18.2",
72+
"types-Markdown == 3.9.0.20250906",
7373
# For checking the noxfile, docs/ script, and tests
7474
"pymdownx-superfence-filter-lines[dev-mkdocs,dev-noxfile,dev-pytest]",
7575
]
@@ -82,7 +82,7 @@ dev-pylint = [
8282
dev-pytest = [
8383
"pytest == 8.4.1",
8484
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
85-
"pytest-mock == 3.14.1",
85+
"pytest-mock == 3.15.1",
8686
"pytest-asyncio == 1.1.0",
8787
"async-solipsism == 0.8",
8888
]

0 commit comments

Comments
 (0)