From 0d069552e77dbf2d0ea5edf0d1a29cc7bb306146 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 09:23:45 +0000 Subject: [PATCH] Update hypothesis requirement from <=6.116.0,>=6.104.2 to >=6.104.2,<=6.119.3 in the pytest group (#7328) Update hypothesis requirement in the pytest group Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version. Updates `hypothesis` to 6.119.3 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.104.2...hypothesis-python-6.119.3) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production dependency-group: pytest ... 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 4cde6302d..74a8076a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "click>=7.0,<=8.1.7", - "hypothesis>=6.104.2,<=6.116.0", + "hypothesis>=6.104.2,<=6.119.3", "pdoc>=14.5.1,<=15.0.0", "pyinstaller==6.11.1", "pyinstaller-hooks-contrib==2024.10",