Skip to content

Commit 67a4ffb

Browse files
Bump the patch group with 2 updates
Bumps the patch group with 2 updates: [pylint](https://github.com/pylint-dev/pylint) and [hypothesis](https://github.com/HypothesisWorks/hypothesis). 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: 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 a3d9e4e commit 67a4ffb

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
@@ -93,7 +93,7 @@ dev-mypy = [
9393
]
9494
dev-noxfile = ["nox == 2026.4.10", "frequenz-repo-config[lib] == 0.18.0"]
9595
dev-pylint = [
96-
"pylint == 4.0.5",
96+
"pylint == 4.0.6",
9797
# For checking the noxfile, docs/ script, and tests
9898
"frequenz-client-dispatch[cli,dev-mkdocs,dev-noxfile,dev-pytest]",
9999
"frequenz-api-dispatch == 1.0.0",
@@ -105,7 +105,7 @@ dev-pytest = [
105105
"pytest-asyncio == 1.4.0",
106106
"async-solipsism == 0.9",
107107
"time-machine == 3.2.0",
108-
"hypothesis == 6.155.1",
108+
"hypothesis == 6.155.7",
109109
"frequenz-client-dispatch[cli]",
110110
]
111111
dev = [

0 commit comments

Comments
 (0)