From 85aff17a0fb01aaf339a9beedec3e2f15b8baa17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 06:04:15 +0000 Subject: [PATCH] Bump hypothesis from 6.123.17 to 6.124.1 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.123.17 to 6.124.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.123.17...hypothesis-python-6.124.1) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:development update-type: version-update:semver-minor ... 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 fad8618..0fb44cb 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ coverage==7.6.10 -hypothesis==6.123.17 +hypothesis==6.124.1 mock==5.1.0 pytest==8.3.4 pytest-asyncio==0.25.2