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.104.1...hypothesis-python-6.114.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and github-actions[bot] committed Oct 10, 2024
1 parent ca431af commit d14bb38
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.104.1,<6.112.0",
"hypothesis>=6.104.1,<6.115.0",
"pytest>=8.2.2,<8.4.0",
"coverage>=7.2.7,<7.7.0",
"mypy>=0.991,<2.0",
Expand Down

0 comments on commit d14bb38

Please sign in to comment.