From 564f7f203e45a6829e4c224a5576e7b1cf6e22b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 02:33:35 +0000 Subject: [PATCH] Update hypothesis requirement from ~=6.115.0 to ~=6.122.0 Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.115.0...hypothesis-python-6.122.0) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test.txt b/requirements/test.txt index 9ea8bc8ab6..8fbc9237d3 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.115.0 # for test_ddp.py +hypothesis ~=6.122.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