From ffeb14dcc6d948b9373f9c9db874df0119c542c3 Mon Sep 17 00:00:00 2001 From: Azat Ibrakov Date: Thu, 14 Nov 2024 01:06:05 +0100 Subject: [PATCH] Upgrade tests dependencies --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index eff5335..2e61171 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,8 +22,8 @@ dynamic = ["version"] [project.optional-dependencies] tests = [ - "hypothesis>=6.100.1,<7.0", - "pytest>=8.1.2,<9.0" + "hypothesis>=6.118.7,<7.0", + "pytest>=8.3.3,<9.0" ] [build-system]