Skip to content

Commit 3e37601

Browse files
fix(deps-dev): update hypothesis requirement from 6.62.1 to 6.64.0
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.62.1...hypothesis-python-6.64.0) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 830b00d commit 3e37601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ verify_ssl = true
66
[dev-packages]
77
pytest = "<8.0.0"
88
mock = "5.0.1"
9-
hypothesis = "6.62.1"
9+
hypothesis = "6.64.0"
1010
hypothesis_jsonschema = "0.22.0"
1111
jsonschema2md = "0.4.0"
1212
PyYAML = "5.4.1"

0 commit comments

Comments
 (0)