Skip to content

Commit d3e2cef

Browse files
build(deps-dev): bump the patch group with 2 updates
Bumps the patch group with 2 updates: [mkdocstrings-python](https://github.com/mkdocstrings/python) and [pylint](https://github.com/pylint-dev/pylint). Updates `mkdocstrings-python` from 2.0.3 to 2.0.5 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](mkdocstrings/python@2.0.3...2.0.5) Updates `pylint` from 4.0.5 to 4.0.6 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.5...v4.0.6) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-version: 2.0.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - dependency-name: pylint dependency-version: 4.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 42cf386 commit d3e2cef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ dev-mkdocs = [
7171
"mkdocs-macros-plugin == 1.5.0",
7272
"mkdocs-material == 9.7.6",
7373
"mkdocstrings[python] == 1.0.4",
74-
"mkdocstrings-python == 2.0.3",
74+
"mkdocstrings-python == 2.0.5",
7575
"frequenz-repo-config[lib] == 0.17.0",
7676
]
7777
dev-mypy = [
@@ -84,7 +84,7 @@ dev-mypy = [
8484
]
8585
dev-noxfile = ["nox == 2026.4.10", "frequenz-repo-config[lib] == 0.17.0"]
8686
dev-pylint = [
87-
"pylint == 4.0.5",
87+
"pylint == 4.0.6",
8888
# For checking the noxfile, docs/ script, and tests
8989
"frequenz-client-microgrid[dev-mkdocs,dev-noxfile,dev-pytest]",
9090
]

0 commit comments

Comments
 (0)