Skip to content

Commit 6a48971

Browse files
Bump the minor group with 7 updates
Bumps the minor group with 7 updates: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `25.1.0` | `25.9.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.1` | | [mypy](https://github.com/python/mypy) | `1.9.0` | `1.18.2` | | [types-markdown](https://github.com/typeshed-internal/stub_uploader) | `3.8.0.20250809` | `3.9.0.20250906` | | [nox](https://github.com/wntrblm/nox) | `2025.5.1` | `2025.10.16` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.14.0` | `3.15.1` | 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 `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.1 - [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.1) Updates `mypy` from 1.9.0 to 1.18.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@1.9.0...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 `nox` from 2025.5.1 to 2025.10.16 - [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.10.16) Updates `pytest-mock` from 3.14.0 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.0...v3.15.1) --- 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: 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.1 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: nox dependency-version: 2025.10.16 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 85ae7d5 commit 6a48971

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
@@ -45,27 +45,27 @@ dev-flake8 = [
4545
"pydoclint == 0.7.6",
4646
"pydocstyle == 6.3.0",
4747
]
48-
dev-formatting = ["black == 25.1.0", "isort == 6.0.0"]
48+
dev-formatting = ["black == 25.9.0", "isort == 6.0.0"]
4949
dev-mkdocs = [
50-
"Markdown == 3.8.2",
51-
"black == 25.1.0",
50+
"Markdown == 3.9",
51+
"black == 25.9.0",
5252
"mike == 2.1.3",
5353
"mkdocs-gen-files == 0.5.0",
5454
"mkdocs-literate-nav == 0.6.2",
55-
"mkdocs-macros-plugin == 1.3.9",
55+
"mkdocs-macros-plugin == 1.4.1",
5656
"mkdocs-material == 9.6.23",
5757
"mkdocstrings[python] == 0.30.1",
5858
"mkdocstrings-python == 1.17.0",
5959
"frequenz-repo-config[lib] == 0.13.6",
6060
]
6161
dev-mypy = [
62-
"mypy == 1.9.0",
63-
"types-Markdown == 3.8.0.20250809",
62+
"mypy == 1.18.2",
63+
"types-Markdown == 3.9.0.20250906",
6464
# For checking the noxfile, docs/ script, and tests
6565
"frequenz-microgrid-component-graph[dev-mkdocs,dev-noxfile,dev-pytest]",
6666
]
6767
dev-noxfile = [
68-
"nox == 2025.5.1",
68+
"nox == 2025.10.16",
6969
"frequenz-repo-config[lib] == 0.13.6",
7070
]
7171
dev-pylint = [
@@ -77,7 +77,7 @@ dev-pytest = [
7777
"pytest == 8.4.2",
7878
"pylint == 3.3.8", # We need this to check for the examples
7979
"frequenz-repo-config[extra-lint-examples] == 0.13.6",
80-
"pytest-mock == 3.14.0",
80+
"pytest-mock == 3.15.1",
8181
"pytest-asyncio == 1.2.0",
8282
"async-solipsism == 0.8",
8383
]

0 commit comments

Comments
 (0)