Skip to content

Commit bf055e9

Browse files
Bump the required group with 2 updates
Bumps the required group with 2 updates: [pylint](https://github.com/pylint-dev/pylint) and [hypothesis](https://github.com/HypothesisWorks/hypothesis). Updates `pylint` from 3.2.4 to 3.2.5 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.4...v3.2.5) Updates `hypothesis` from 6.104.1 to 6.104.2 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.104.1...hypothesis-python-6.104.2) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-patch dependency-group: required ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a90611c commit bf055e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ dev-noxfile = ["nox == 2024.4.15", "frequenz-repo-config[lib] == 0.9.2"]
7070
dev-pylint = [
7171
# For checking the noxfile, docs/ script, and tests
7272
"frequenz-channels[dev-mkdocs,dev-noxfile,dev-pytest]",
73-
"pylint == 3.2.4",
73+
"pylint == 3.2.5",
7474
]
7575
dev-pytest = [
7676
"async-solipsism == 0.6",
7777
"frequenz-repo-config[extra-lint-examples] == 0.9.2",
78-
"hypothesis == 6.104.1",
78+
"hypothesis == 6.104.2",
7979
"pytest == 8.2.2",
8080
"pytest-asyncio == 0.23.7",
8181
"pytest-mock == 3.14.0",

0 commit comments

Comments
 (0)