From 068dc48dc8e5fb53566319045dc459e270856bea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 09:19:50 -0500 Subject: [PATCH] Update hypothesis requirement from <6.92.0,>=6.41.0 to >=6.41.0,<6.93.0 (#35) 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.41.0...hypothesis-python-6.92.0) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 196b3d6..22cde50 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ classifiers = [ [project.optional-dependencies] tests = [ "pytest >= 3.8", - "hypothesis >= 6.41.0, < 6.92.0", + "hypothesis >= 6.41.0, < 6.93.0", "pre-commit >= 2.19", "codespell" ]