Skip to content

Commit

Permalink
chore: Bump the minimum supported Hypothesis version to 6.84.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Stranger6667 committed Nov 29, 2023
1 parent 4e08411 commit 29b15aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

- Python 3.7 support.

### Changed

- Bump the minimum supported Hypothesis version to `6.84.3`.

## [0.10.0] - 2023-04-12

### Changed
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ license = "MIT"
include = ["src/hypothesis_graphql/py.typed"]
requires-python = ">=3.8"
dependencies = [
"hypothesis>=5.8.0,<7.0",
"hypothesis>=6.84.3,<7.0",
"graphql-core>=3.1.0,<3.3.0",
]

Expand Down

0 comments on commit 29b15aa

Please sign in to comment.