Skip to content

Commit e249eae

Browse files
Bump the patch group with 3 updates
Bumps the patch group with 3 updates: [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-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.17 - [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.17) 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-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.17 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 912a5fb commit e249eae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ dev-mkdocs = [
6868
"mike == 2.1.3",
6969
"mkdocs-gen-files == 0.5.0",
7070
"mkdocs-literate-nav == 0.6.2",
71-
"mkdocs-macros-plugin == 1.3.7",
72-
"mkdocs-material == 9.6.15",
71+
"mkdocs-macros-plugin == 1.3.9",
72+
"mkdocs-material == 9.6.17",
7373
"mkdocstrings[python] == 0.29.1",
7474
"mkdocstrings-python == 1.16.12",
7575
"frequenz-repo-config[lib] == 0.13.5",
@@ -89,7 +89,7 @@ dev-pylint = [
8989
]
9090
dev-pytest = [
9191
"pytest == 8.4.1",
92-
"pylint == 3.3.7", # We need this to check for the examples
92+
"pylint == 3.3.8", # We need this to check for the examples
9393
"frequenz-repo-config[extra-lint-examples] == 0.13.5",
9494
"pytest-mock == 3.14.1",
9595
"pytest-asyncio == 1.0.0",

0 commit comments

Comments
 (0)