Skip to content

Commit 45c7b5e

Browse files
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.4 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.4...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 619a066 commit 45c7b5e

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
@@ -79,7 +79,7 @@ dev-mkdocs = [
7979
"mkdocs-macros-plugin == 1.5.0",
8080
"mkdocs-material == 9.7.6",
8181
"mkdocstrings[python] == 1.0.4",
82-
"mkdocstrings-python == 2.0.4",
82+
"mkdocstrings-python == 2.0.5",
8383
"frequenz-repo-config[api] == 0.18.0",
8484
]
8585
dev-mypy = [
@@ -97,7 +97,7 @@ dev-pylint = [
9797
]
9898
dev-pytest = [
9999
"pytest == 9.0.3",
100-
"pylint == 4.0.5", # We need this to check for the examples
100+
"pylint == 4.0.6", # We need this to check for the examples
101101
"frequenz-repo-config[extra-lint-examples] == 0.18.0",
102102
]
103103
dev = [

0 commit comments

Comments
 (0)