Skip to content

Commit 25e5acf

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.135.4) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.135.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent acc0409 commit 25e5acf

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
@@ -62,7 +62,7 @@ hooks = [
6262
# Note that the `custom_exit_code` and `env` plugins may currently be unmaintained.
6363
test = [
6464
"faker ==37.1.0",
65-
"hypothesis >=6.21.0,<6.130.9",
65+
"hypothesis >=6.21.0,<6.135.5",
6666
"pytest >=7.2.0,<9.0.0",
6767
"pytest-cases ==3.8.6",
6868
"pytest-custom_exit_code ==0.3.0",

0 commit comments

Comments
 (0)