Skip to content

Commit 8eb4aa8

Browse files
dependabot[bot]mwiebe
authored andcommitted
chore(deps): update hypothesis requirement from ~=6.158 to ~=6.161
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@v6.158.0...v6.161.6) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.161.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 971630a commit 8eb4aa8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements-testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ mypy == 1.19.*; python_version < "3.10"
1717
pydantic >= 2.10, < 3
1818
# hypothesis: used by the opt-in fuzz test suites in test/openjd/expr
1919
# and test/openjd/model-v*. conftest.py imports it unconditionally.
20-
hypothesis ~= 6.158; python_version >= "3.10"
20+
hypothesis ~= 6.161; python_version >= "3.10"
2121
hypothesis ~= 6.141; python_version < "3.10"

0 commit comments

Comments
 (0)