From 3c4e2be376d3082b8488bce05b3b3684ca8c20cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 16:59:28 +0000 Subject: [PATCH] Bump hypothesis from 6.105.1 to 6.112.2 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.105.1 to 6.112.2. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.105.1...hypothesis-python-6.112.2) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 91c6a5e..d209e68 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ dev = [ "flake8-pyproject", "flake8-black", "pre-commit==3.7.1", - "hypothesis==6.105.1", + "hypothesis==6.112.2", "pytest>=7.4.0", ] test = ["coverage"]