Skip to content

Commit

Permalink
Update hypothesis requirement (#63)
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.111.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 Aug 14, 2024
1 parent 25f2c23 commit a69914b
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.111.0",
"hypothesis >= 6.105.0, < 6.112.0",
"pre-commit >= 2.19",
"codespell"
]
Expand Down

0 comments on commit a69914b

Please sign in to comment.