Skip to content

Commit 71200a4

Browse files
Bump the required group with 4 updates
Bumps the required group with 4 updates: [pydoclint](https://github.com/jsh9/pydoclint), [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin), [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [pylint](https://github.com/pylint-dev/pylint). Updates `pydoclint` from 0.5.7 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.7...0.5.9) Updates `mkdocs-macros-plugin` from 1.0.5 to 1.2.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.0.5...v1.2.0) Updates `mkdocs-material` from 9.5.34 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.34...9.5.39) Updates `pylint` from 3.2.7 to 3.3.1 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.7...v3.3.1) --- updated-dependencies: - dependency-name: pydoclint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mkdocs-macros-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 134e8ea commit 71200a4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ dev-flake8 = [
4141
"flake8 == 7.1.1",
4242
"flake8-docstrings == 1.7.0",
4343
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
44-
"pydoclint == 0.5.7",
44+
"pydoclint == 0.5.9",
4545
"pydocstyle == 6.3.0",
4646
]
4747
dev-formatting = ["black == 24.8.0", "isort == 5.13.2"]
@@ -51,8 +51,8 @@ dev-mkdocs = [
5151
"mike == 2.1.3",
5252
"mkdocs-gen-files == 0.5.0",
5353
"mkdocs-literate-nav == 0.6.1",
54-
"mkdocs-macros-plugin == 1.0.5",
55-
"mkdocs-material == 9.5.34",
54+
"mkdocs-macros-plugin == 1.2.0",
55+
"mkdocs-material == 9.5.39",
5656
"mkdocstrings[python] == 0.26.1",
5757
"mkdocstrings-python == 1.11.1",
5858
"frequenz-repo-config[lib] == 0.10.0",
@@ -74,7 +74,7 @@ dev-pylint = [
7474
]
7575
dev-pytest = [
7676
"pytest == 8.3.3",
77-
"pylint == 3.2.7", # We need this to check for the examples
77+
"pylint == 3.3.1", # We need this to check for the examples
7878
"frequenz-repo-config[extra-lint-examples] == 0.10.0",
7979
"pytest-mock == 3.14.0",
8080
"pytest-asyncio == 0.24.0",

0 commit comments

Comments
 (0)