Skip to content

Commit 2854cb2

Browse files
Bump the patch group across 1 directory with 3 updates
Bumps the patch group with 3 updates in the / directory: [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: hypothesis dependency-version: 6.155.7 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch - 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 50a5a7c commit 2854cb2

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
@@ -63,7 +63,7 @@ dev-mkdocs = [
6363
"mkdocs-macros-plugin == 1.5.0",
6464
"mkdocs-material == 9.7.6",
6565
"mkdocstrings[python] == 1.0.4",
66-
"mkdocstrings-python == 2.0.3",
66+
"mkdocstrings-python == 2.0.5",
6767
"frequenz-repo-config[lib] == 0.18.0",
6868
]
6969
dev-mypy = [
@@ -80,12 +80,12 @@ dev-pylint = [
8080
]
8181
dev-pytest = [
8282
"pytest == 9.1.1",
83-
"pylint == 4.0.5", # We need this to check for the examples
83+
"pylint == 4.0.6", # We need this to check for the examples
8484
"frequenz-repo-config[extra-lint-examples] == 0.18.0",
8585
"pytest-mock == 3.15.1",
8686
"pytest-asyncio == 1.4.0",
8787
"async-solipsism == 0.9",
88-
"hypothesis == 6.155.1",
88+
"hypothesis == 6.155.7",
8989
]
9090
dev = [
9191
"frequenz-core[dev-mkdocs,dev-flake8,dev-formatting,dev-mkdocs,dev-mypy,dev-noxfile,dev-pylint,dev-pytest]",

0 commit comments

Comments
 (0)