Skip to content

Commit 29b15aa

Browse files
committed
chore: Bump the minimum supported Hypothesis version to 6.84.3
1 parent 4e08411 commit 29b15aa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111

1212
- Python 3.7 support.
1313

14+
### Changed
15+
16+
- Bump the minimum supported Hypothesis version to `6.84.3`.
17+
1418
## [0.10.0] - 2023-04-12
1519

1620
### Changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ license = "MIT"
3030
include = ["src/hypothesis_graphql/py.typed"]
3131
requires-python = ">=3.8"
3232
dependencies = [
33-
"hypothesis>=5.8.0,<7.0",
33+
"hypothesis>=6.84.3,<7.0",
3434
"graphql-core>=3.1.0,<3.3.0",
3535
]
3636

0 commit comments

Comments
 (0)