Skip to content

Commit

Permalink
chore(deps): update hypothesis requirement
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.79.1...hypothesis-python-6.104.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 25, 2024
1 parent 28d709c commit 1f3a4ef
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 @@ -24,7 +24,7 @@ build = [
"nox"
]
tests = [
"hypothesis>=6.79.1,<6.104.0",
"hypothesis>=6.79.1,<6.105.0",
"pytest>=7.3.2,<8.1.0",
"coverage>=7.2.7,<7.6.0",
"mypy>=0.991,<2.0",
Expand Down

0 comments on commit 1f3a4ef

Please sign in to comment.