Skip to content

Commit d8ef63a

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 af867a0 commit d8ef63a

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
@@ -65,7 +65,7 @@ dev-mkdocs = [
6565
"mkdocs-macros-plugin == 1.5.0",
6666
"mkdocs-material == 9.7.6",
6767
"mkdocstrings[python] == 1.0.4",
68-
"mkdocstrings-python == 2.0.3",
68+
"mkdocstrings-python == 2.0.5",
6969
"frequenz-repo-config[lib] == 0.18.0",
7070
]
7171
dev-mypy = [
@@ -78,7 +78,7 @@ dev-mypy = [
7878
]
7979
dev-noxfile = ["nox == 2026.4.10", "frequenz-repo-config[lib] == 0.18.0"]
8080
dev-pylint = [
81-
"pylint == 4.0.5",
81+
"pylint == 4.0.6",
8282
# For checking the noxfile, docs/ script, and tests
8383
"frequenz-sdk[dev-mkdocs,dev-noxfile,dev-pytest]",
8484
]
@@ -89,7 +89,7 @@ dev-pytest = [
8989
"pytest-asyncio == 1.4.0",
9090
"time-machine == 2.16.0",
9191
"async-solipsism == 0.9",
92-
"hypothesis == 6.155.1",
92+
"hypothesis == 6.155.7",
9393
]
9494
dev = [
9595
"frequenz-sdk[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)