From 04551c3d4748e08e43a750f4d78ef71e13ecf02a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 15:21:38 +0000 Subject: [PATCH] Bump hypothesis from 6.9.2 to 6.81.2 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.9.2 to 6.81.2. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.9.2...hypothesis-python-6.81.2) --- 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..8e95863 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.81.2 pytest>=7.0.1 pytest-cov==4.0.0 numpy==1.24.2; python_version >= '3.8'