From bbd82ff80b9d7f0597875d370f9f5b8e544a0c34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 15:59:18 +0000 Subject: [PATCH] Bump hypothesis from 6.9.2 to 6.75.9 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.9.2 to 6.75.9. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.9.2...hypothesis-python-6.75.9) --- 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..d633aab 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.75.9 pytest>=7.0.1 pytest-cov==4.0.0 numpy==1.24.2; python_version >= '3.8'