Skip to content

Commit

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

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.92.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] committed Dec 13, 2023
1 parent 0519639 commit 068dc48
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.92.0",
"hypothesis >= 6.41.0, < 6.93.0",
"pre-commit >= 2.19",
"codespell"
]
Expand Down

0 comments on commit 068dc48

Please sign in to comment.