From 6f35e39bf1ac7b55f7a02e413fa4dda25ceb38c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 11:23:17 +0000 Subject: [PATCH] chore(deps-dev): update hypothesis requirement 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.21.0...hypothesis-python-6.82.4) --- updated-dependencies: - dependency-name: hypothesis dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ce4e6146a..0a4baf490 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ hooks = [ ] # Note that the `custom_exit_code` and `env` plugins may currently be unmaintained. test = [ - "hypothesis >=6.21.0,<6.80.2", + "hypothesis >=6.21.0,<6.82.5", "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",