Skip to content

Commit 987091a

Browse files
Build(deps-dev): Bump the patch group across 1 directory with 3 updates
Bumps the patch group with 3 updates in the / directory: [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) and [mypy](https://github.com/python/mypy). Updates `mkdocs-material` from 9.7.0 to 9.7.1 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.7.0...9.7.1) Updates `mkdocstrings[python]` from 1.0.0 to 1.0.1 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@1.0.0...1.0.1) Updates `mypy` from 1.19.0 to 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.19.0...v1.19.1) --- updated-dependencies: - dependency-name: mkdocs-material dependency-version: 9.7.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocstrings[python] dependency-version: 1.0.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9890f51 commit 987091a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@ dev-mkdocs = [
6262
"mkdocs-gen-files == 0.5.0",
6363
"mkdocs-literate-nav == 0.6.2",
6464
"mkdocs-macros-plugin == 1.5.0",
65-
"mkdocs-material == 9.7.0",
66-
"mkdocstrings[python] == 1.0.0",
65+
"mkdocs-material == 9.7.1",
66+
"mkdocstrings[python] == 1.0.1",
6767
"mkdocstrings-python == 1.19.0",
6868
"frequenz-repo-config[lib] == 0.13.7",
6969
]
7070
dev-mypy = [
71-
"mypy == 1.19.0",
71+
"mypy == 1.19.1",
7272
"types-networkx>=3.6.1.20251220",
7373
"types-Markdown == 3.10.0.20251106",
7474
# For checking the noxfile, docs/ script, and tests

0 commit comments

Comments
 (0)