From 8c168f7c7cd4bc459da82684d0aa1d390c980fc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 09:45:10 +0100 Subject: [PATCH] Bump hypothesis from 6.112.2 to 6.115.6 (#1384) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jirka Borovec <6035284+Borda@users.noreply.github.com> --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 4430d2fb82..ee36f59478 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -9,7 +9,7 @@ pytest-timestamper ==0.0.10 graphviz ==0.20.3 fdm ==0.4.1 expecttest ==0.2.1 # for test_ddp.py -hypothesis ==6.112.2 # for test_ddp.py +hypothesis ~=6.115.0 # for test_ddp.py numpy >=1.23.0,<2 # for test_ops.py; not yet ready for numpy 2 einops # for test_einops.py litgpt==0.4.11 # for the model definition in tests and benchmarks