Skip to content

Commit e7a2aa7

Browse files
Update hypothesis requirement from <6.149,>=6.105.0 to >=6.105.0,<6.150
Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](HypothesisWorks/hypothesis@hypothesis-python-6.105.0...hypothesis-python-6.149.1) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.149.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 810c78a commit e7a2aa7

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
@@ -28,7 +28,7 @@ dependencies = []
2828

2929
[dependency-groups]
3030
dev = [
31-
"hypothesis>=6.105.0,<6.149",
31+
"hypothesis>=6.105.0,<6.150",
3232
"mypy>=1.8,<1.20",
3333
"pyright~=1.1.347",
3434
"pytest>=8.0,<9.1",

0 commit comments

Comments
 (0)