From 1429e0e7c9b15fe61a0f7f51611c6d93baa64724 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:57:26 +0000 Subject: [PATCH] Bump hypothesis from 6.9.2 to 6.77.0 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.9.2 to 6.77.0. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.9.2...hypothesis-python-6.77.0) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a3a560b..9834a5e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ bitarray==2.7.3 clkhash==0.18.1 Cython==0.29.32 -hypothesis==6.9.2 +hypothesis==6.77.0 pytest>=7.0.1 pytest-cov==4.0.0 numpy==1.24.2; python_version >= '3.8'