Skip to content

Commit 06776bf

Browse files
Bump the patch group with 4 updates
Bumps the patch group with 4 updates: [mkdocs-include-markdown-plugin](https://github.com/mondeja/mkdocs-include-markdown-plugin), [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 `mkdocs-include-markdown-plugin` from 7.1.6 to 7.1.7 - [Release notes](https://github.com/mondeja/mkdocs-include-markdown-plugin/releases) - [Commits](mondeja/mkdocs-include-markdown-plugin@v7.1.6...v7.1.7) Updates `mkdocs-macros-plugin` from 1.3.7 to 1.3.9 - [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.7...v1.3.9) Updates `mkdocs-material` from 9.6.15 to 9.6.18 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](squidfunk/mkdocs-material@9.6.15...9.6.18) Updates `pylint` from 3.3.7 to 3.3.8 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.3.7...v3.3.8) --- updated-dependencies: - dependency-name: mkdocs-include-markdown-plugin dependency-version: 7.1.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-macros-plugin dependency-version: 1.3.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-material dependency-version: 9.6.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: pylint dependency-version: 3.3.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 051fb76 commit 06776bf

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
@@ -52,10 +52,10 @@ dev-mkdocs = [
5252
"markdown-svgbob == 202406.1023",
5353
"mike == 2.1.3",
5454
"mkdocs-gen-files == 0.5.0",
55-
"mkdocs-include-markdown-plugin == 7.1.6",
55+
"mkdocs-include-markdown-plugin == 7.1.7",
5656
"mkdocs-literate-nav == 0.6.2",
57-
"mkdocs-macros-plugin == 1.3.7",
58-
"mkdocs-material == 9.6.15",
57+
"mkdocs-macros-plugin == 1.3.9",
58+
"mkdocs-material == 9.6.18",
5959
"mkdocstrings[python] == 0.30.0",
6060
"mkdocstrings-python == 1.16.12",
6161
"pymdownx-superfence-filter-lines == 0.1.0",
@@ -70,7 +70,7 @@ dev-noxfile = ["nox == 2025.5.1", "frequenz-repo-config[lib] == 0.13.5"]
7070
dev-pylint = [
7171
# For checking the noxfile, docs/ script, and tests
7272
"frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]",
73-
"pylint == 3.3.7",
73+
"pylint == 3.3.8",
7474
]
7575
dev-pytest = [
7676
"async-solipsism == 0.8",

0 commit comments

Comments
 (0)