Skip to content

Commit

Permalink
Update hypothesis requirement (#80)
Browse files Browse the repository at this point in the history
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.105.0...hypothesis-python-6.116.0)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent dde5cf0 commit 066adee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ classifiers = [
[project.optional-dependencies]
tests = [
"pytest >= 3.8",
"hypothesis >= 6.105.0, < 6.116.0",
"hypothesis >= 6.105.0, < 6.117.0",
"pre-commit >= 2.19",
"codespell"
]
Expand Down

0 comments on commit 066adee

Please sign in to comment.