From e0198d248611de42dd384c1fed277a8aef0ddd3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 05:42:14 +0000 Subject: [PATCH] Bump hypothesis from 6.124.2 to 6.124.7 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.124.2 to 6.124.7. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.124.2...hypothesis-python-6.124.7) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index c8c0ed3..5910b50 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ coverage==7.6.10 -hypothesis==6.124.2 +hypothesis==6.124.7 mock==5.1.0 pytest==8.3.4 pytest-asyncio==0.25.2