Skip to content

Commit 8828de9

Browse files
chore(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 8c29dd1 commit 8828de9

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
@@ -80,7 +80,7 @@ dev-mkdocs = [
8080
"mkdocs-macros-plugin == 1.5.0",
8181
"mkdocs-material == 9.7.6",
8282
"mkdocstrings[python] == 1.0.4",
83-
"mkdocstrings-python == 2.0.3",
83+
"mkdocstrings-python == 2.0.5",
8484
"frequenz-repo-config[api] == 0.17.0",
8585
]
8686
dev-mypy = [
@@ -98,7 +98,7 @@ dev-pylint = [
9898
]
9999
dev-pytest = [
100100
"pytest == 9.0.3",
101-
"pylint == 4.0.5",
101+
"pylint == 4.0.6",
102102
"frequenz-repo-config[extra-lint-examples] == 0.17.0",
103103
]
104104
dev = [

0 commit comments

Comments
 (0)