Skip to content

Commit e923347

Browse files
Bump the patch group with 2 updates
Bumps the patch group with 2 updates: [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) and [mypy](https://github.com/python/mypy). Updates `mkdocstrings` from 1.0.3 to 1.0.4 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@1.0.3...1.0.4) Updates `mypy` from 1.20.1 to 1.20.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.20.1...v1.20.2) --- updated-dependencies: - dependency-name: mkdocstrings dependency-version: 1.0.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ec30e7e commit e923347

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ dev-mkdocs = [
5757
"mkdocs-literate-nav == 0.6.3",
5858
"mkdocs-macros-plugin == 1.5.0",
5959
"mkdocs-material == 9.7.6",
60-
"mkdocstrings[python] == 1.0.3",
60+
"mkdocstrings[python] == 1.0.4",
6161
"mkdocstrings-python == 1.18.2",
6262
"pymdownx-superfence-filter-lines == 0.1.0",
6363
"griffe==1.15.0",
6464
]
6565
dev-mypy = [
6666
# For checking the noxfile, docs/ script, and tests
6767
"frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]",
68-
"mypy == 1.20.1",
68+
"mypy == 1.20.2",
6969
"types-Markdown == 3.10.2.20260408",
7070
]
7171
dev-noxfile = ["nox == 2025.10.16", "frequenz-repo-config[lib] == 0.17.0"]

0 commit comments

Comments
 (0)