From ea2912834fd28d0f79fb182f59c004cd3eb1cc15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 06:24:49 +0000 Subject: [PATCH] chore(deps-dev): update hypothesis requirement from <6.82.7,>=6.21.0 to >=6.21.0,<6.84.4 (#470) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 00c4528ae..655c3a2f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -82,7 +82,7 @@ hooks = [ ] # Note that the `custom_exit_code` and `env` plugins may currently be unmaintained. test = [ - "hypothesis >=6.21.0,<6.82.7", + "hypothesis >=6.21.0,<6.84.4", "pytest >=7.2.0,<8.0.0", "pytest-custom_exit_code >=0.3.0,<1.0.0", "pytest-cov >=4.0.0,<5.0.0",