Skip to content

Commit 8091364

Browse files
build(deps-dev): update hypothesis requirement
Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version. Updates `hypothesis` to 6.148.9 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.104.2...hypothesis-python-6.148.9) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.148.9 dependency-type: direct:development dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 665462e commit 8091364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ test = [
3838
"pylint>=3.2.5,<=4.0.4",
3939
"pytest-cov>=4.1,<=7.0.0",
4040
"pytest>=7.4,<=9.0.2",
41-
"hypothesis>=6.104.2,<=6.148.8",
41+
"hypothesis>=6.104.2,<=6.148.9",
4242
"ruff>=0.5.0,<=0.14.10",
4343
"coverage>=7.5.4,<=7.13.1",
4444
"pre-commit<=4.5.1",

0 commit comments

Comments
 (0)