Skip to content

Commit 4be45ab

Browse files
Bump the patch group with 3 updates
Bumps the patch group with 3 updates: [mkdocstrings-python](https://github.com/mkdocstrings/python), [pylint](https://github.com/pylint-dev/pylint) and [hypothesis](https://github.com/HypothesisWorks/hypothesis). 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) Updates `hypothesis` from 6.155.1 to 6.155.7 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@v6.155.1...v6.155.7) --- 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 - dependency-name: hypothesis dependency-version: 6.155.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 168ffdf commit 4be45ab

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dev-mkdocs = [
5656
"mkdocs-macros-plugin == 1.5.0",
5757
"mkdocs-material == 9.7.6",
5858
"mkdocstrings[python] == 1.0.4",
59-
"mkdocstrings-python == 2.0.3",
59+
"mkdocstrings-python == 2.0.5",
6060
"frequenz-repo-config[lib] == 0.18.0",
6161
]
6262
dev-mypy = [
@@ -68,14 +68,14 @@ dev-mypy = [
6868
]
6969
dev-noxfile = ["nox == 2026.4.10", "frequenz-repo-config[lib] == 0.18.0"]
7070
dev-pylint = [
71-
"pylint == 4.0.5",
71+
"pylint == 4.0.6",
7272
# For checking the noxfile, docs/ script, and tests
7373
"frequenz-client-common[dev-mkdocs,dev-noxfile,dev-pytest]",
7474
]
7575
dev-pytest = [
7676
"pytest == 9.0.3",
7777
"frequenz-repo-config[extra-lint-examples] == 0.18.0",
78-
"hypothesis == 6.155.1",
78+
"hypothesis == 6.155.7",
7979
"pytest-mock == 3.15.1",
8080
"pytest-asyncio == 1.4.0",
8181
"async-solipsism == 0.9",

0 commit comments

Comments
 (0)