Skip to content

Commit

Permalink
Pin hypothesis to <6.112.3 due to bug
Browse files Browse the repository at this point in the history
  • Loading branch information
eivindjahren authored and berland committed Oct 7, 2024
1 parent 793d635 commit 8b3667d
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 @@ -96,7 +96,7 @@ Repository = "https://github.com/equinor/ert"
[project.optional-dependencies]
dev = [
"furo",
"hypothesis!=6.102.0,>=5.49",
"hypothesis!=6.102.0,<6.112.3,>=5.49",
"hypothesis>=6.11; python_version >= '3.12'",
"jsonpath_ng",
"jupyter",
Expand Down

0 comments on commit 8b3667d

Please sign in to comment.