Skip to content

Commit 74acd39

Browse files
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.14) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.151.14 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b3bbbd4 commit 74acd39

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
# Note that the `custom_exit_code` and `env` plugins may currently be unmaintained.
6464
test = [
6565
"faker ==40.19.1",
66-
"hypothesis >=6.21.0,<6.152.10",
66+
"hypothesis >=6.151.14,<6.152.10",
6767
"pytest >=9.0.3,<10.0.0",
6868
"pytest-benchmark ==5.2.3",
6969
"pytest-cases ==3.10.1",

0 commit comments

Comments
 (0)