From 52ab11389bfcd0e8ef5b904f96f964846c29dcf8 Mon Sep 17 00:00:00 2001 From: Ankush Menat Date: Wed, 8 Mar 2023 15:31:25 +0530 Subject: [PATCH] chore: drop hypothesis dependency pinned in framework now --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1c93eed651..0718e5b4a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,9 +28,6 @@ dependencies = [ requires = ["flit_core >=3.4,<4"] build-backend = "flit_core.buildapi" -[tool.bench.dev-dependencies] -hypothesis = "~=6.31.0" - [tool.black] line-length = 99