Skip to content

Commit e276f62

Browse files
chore(deps): 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.140.3) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.140.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a43ce40 commit e276f62

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
@@ -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 ==37.6.0",
66-
"hypothesis >=6.21.0,<6.138.17",
66+
"hypothesis >=6.21.0,<6.140.4",
6767
"pytest >=7.2.0,<9.0.0",
6868
"pytest-cases ==3.9.1",
6969
"pytest-custom_exit_code ==0.3.0",

0 commit comments

Comments
 (0)