Skip to content

Commit 0224771

Browse files
Bump the patch group with 4 updates
Bumps the patch group with 4 updates: [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin), [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [uv](https://github.com/astral-sh/uv) 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.16 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.16...9.6.18) Updates `uv` from 0.8.4 to 0.8.14 - [Release notes](https://github.com/astral-sh/uv/releases) - [Changelog](https://github.com/astral-sh/uv/blob/main/CHANGELOG.md) - [Commits](astral-sh/uv@0.8.4...0.8.14) 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.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: uv dependency-version: 0.8.14 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 d1a1c20 commit 0224771

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
@@ -64,8 +64,8 @@ dev-mkdocs = [
6464
"mike == 2.1.3",
6565
"mkdocs-gen-files == 0.5.0",
6666
"mkdocs-literate-nav == 0.6.2",
67-
"mkdocs-macros-plugin == 1.3.7",
68-
"mkdocs-material == 9.6.16",
67+
"mkdocs-macros-plugin == 1.3.9",
68+
"mkdocs-material == 9.6.18",
6969
"mkdocstrings[python] == 0.30.0",
7070
"mkdocstrings-python == 1.16.12",
7171
"frequenz-repo-config[lib] == 0.13.5",
@@ -79,12 +79,12 @@ dev-mypy = [
7979
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
8080
]
8181
dev-noxfile = [
82-
"uv == 0.8.4",
82+
"uv == 0.8.14",
8383
"nox == 2025.5.1",
8484
"frequenz-repo-config[lib] == 0.13.5",
8585
]
8686
dev-pylint = [
87-
"pylint == 3.3.7",
87+
"pylint == 3.3.8",
8888
# For checking the noxfile, docs/ script, and tests
8989
"frequenz-dispatch[dev-mkdocs,dev-noxfile,dev-pytest]",
9090
]

0 commit comments

Comments
 (0)