From ea7af40b16a90f0c04a32d70714d2e7d94de5e93 Mon Sep 17 00:00:00 2001 From: Azat Ibrakov Date: Sun, 10 Nov 2024 18:13:37 +0100 Subject: [PATCH] Upgrade tests dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 541f245..57ac081 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dynamic = ["version"] [project.optional-dependencies] tests = [ - "hypothesis>=6.116.0,<7.0", + "hypothesis>=6.118.7,<7.0", "pytest>=8.3.3,<9.0" ]