Skip to content

Commit c7eb145

Browse files
Bump the required group with 2 updates
Bumps the required group with 2 updates: [pydoclint](https://github.com/jsh9/pydoclint) and [mkdocs-material](https://github.com/squidfunk/mkdocs-material). Updates `pydoclint` from 0.5.8 to 0.5.9 - [Release notes](https://github.com/jsh9/pydoclint/releases) - [Changelog](https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md) - [Commits](jsh9/pydoclint@0.5.8...0.5.9) Updates `mkdocs-material` from 9.5.38 to 9.5.39 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.5.38...9.5.39) --- updated-dependencies: - dependency-name: pydoclint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 22bb513 commit c7eb145

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dev-flake8 = [
5555
"flake8 == 7.1.1",
5656
"flake8-docstrings == 1.7.0",
5757
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
58-
"pydoclint == 0.5.8",
58+
"pydoclint == 0.5.9",
5959
"pydocstyle == 6.3.0",
6060
]
6161
dev-formatting = ["black == 24.8.0", "isort == 5.13.2"]
@@ -66,7 +66,7 @@ dev-mkdocs = [
6666
"mkdocs-gen-files == 0.5.0",
6767
"mkdocs-literate-nav == 0.6.1",
6868
"mkdocs-macros-plugin == 1.2.0",
69-
"mkdocs-material == 9.5.38",
69+
"mkdocs-material == 9.5.39",
7070
"mkdocstrings[python] == 0.26.1",
7171
"mkdocstrings-python == 1.11.1",
7272
"frequenz-repo-config[api] == 0.10.0",

0 commit comments

Comments
 (0)