Skip to content

Commit

Permalink
Update hypothesis requirement from <6.88.0,>=6.41.0 to >=6.41.0,<6.89…
Browse files Browse the repository at this point in the history
….0 (#29)

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.41.0...hypothesis-python-6.88.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent 329d249 commit 2ecc178
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.41.0, < 6.88.0",
"hypothesis >= 6.41.0, < 6.89.0",
"pre-commit >= 2.19",
"codespell"
]
Expand Down

0 comments on commit 2ecc178

Please sign in to comment.