Skip to content

Commit

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

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.98.1)

---
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>
Co-authored-by: Allan Wollaber <Allan.Wollaber@ll.mit.edu>
  • Loading branch information
dependabot[bot] and nukularrr authored Feb 7, 2024
1 parent 05af3c5 commit ef1d0eb
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.98.0",
"hypothesis >= 6.41.0, < 6.99.0",
"pre-commit >= 2.19",
"codespell"
]
Expand Down

0 comments on commit ef1d0eb

Please sign in to comment.