Skip to content

Commit 58c731b

Browse files
chore(deps-dev): update hypothesis requirement from <6.148.6,>=6.21.0 to >=6.21.0,<6.151.12 (#1114)
chore(deps-dev): update hypothesis requirement 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.21.0...hypothesis-python-6.151.11) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.151.11 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 92a0e33 commit 58c731b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ hooks = [
6363
test = [
6464
"coverage ==7.6.12; python_version<'3.14'", # https://github.com/pypi/warehouse/pull/17872#issuecomment-2845932281
6565
"faker ==38.2.0",
66-
"hypothesis >=6.21.0,<6.148.6",
66+
"hypothesis >=6.21.0,<6.151.12",
6767
"pytest >=7.2.0,<9.0.0",
6868
"pytest-benchmark ==5.2.0",
6969
"pytest-cases ==3.9.1",

0 commit comments

Comments
 (0)