Skip to content

Commit

Permalink
chore(deps-dev): 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.100.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 3, 2024
1 parent 177b1fc commit c9bb12d
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.99.0",
"hypothesis>=6.79.1,<6.101.0",
"pytest>=7.3.2,<8.1.0",
"coverage>=7.2.7,<7.5.0",
"mypy>=0.991,<2.0",
Expand Down

0 comments on commit c9bb12d

Please sign in to comment.