Skip to content

Commit 6044f88

Browse files
Bump the required group across 1 directory with 4 updates
Bumps the required group with 4 updates in the / directory: [mkdocs-material](https://github.com/squidfunk/mkdocs-material), [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings), [mkdocstrings-python](https://github.com/mkdocstrings/python) and [pylint](https://github.com/pylint-dev/pylint). Updates `mkdocs-material` from 9.5.33 to 9.5.34 - [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.33...9.5.34) Updates `mkdocstrings[python]` from 0.25.2 to 0.26.0 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/mkdocstrings@0.25.2...0.26.0) Updates `mkdocstrings-python` from 1.10.8 to 1.10.9 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@1.10.8...1.10.9) Updates `pylint` from 3.2.6 to 3.2.7 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.6...v3.2.7) --- updated-dependencies: - dependency-name: mkdocs-material dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: mkdocstrings[python] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: required - dependency-name: mkdocstrings-python 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-patch dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ed25464 commit 6044f88

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
@@ -66,9 +66,9 @@ dev-mkdocs = [
6666
"mkdocs-gen-files == 0.5.0",
6767
"mkdocs-literate-nav == 0.6.1",
6868
"mkdocs-macros-plugin == 1.0.5",
69-
"mkdocs-material == 9.5.33",
70-
"mkdocstrings[python] == 0.25.2",
71-
"mkdocstrings-python == 1.10.8",
69+
"mkdocs-material == 9.5.34",
70+
"mkdocstrings[python] == 0.26.0",
71+
"mkdocstrings-python == 1.10.9",
7272
"frequenz-repo-config[lib] == 0.10.0",
7373
]
7474
dev-mypy = [
@@ -79,7 +79,7 @@ dev-mypy = [
7979
]
8080
dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.10.0"]
8181
dev-pylint = [
82-
"pylint == 3.2.6",
82+
"pylint == 3.2.7",
8383
# For checking the noxfile, docs/ script, and tests
8484
"frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]",
8585
]

0 commit comments

Comments
 (0)