From 82575aea90706a882ae231255e632abf0c5cf8de8753892ac528cecac1dc1c1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Fri, 13 Oct 2023 16:38:26 +0000 Subject: [PATCH] Accepting request 1117695 from home:mimi_vx:branches:devel:languages:python fix OBS-URL: https://build.opensuse.org/request/show/1117695 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesmith?expand=0&rev=18 --- python-hypothesmith.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-hypothesmith.spec b/python-hypothesmith.spec index 1450f6d..9ddd90d 100644 --- a/python-hypothesmith.spec +++ b/python-hypothesmith.spec @@ -44,7 +44,7 @@ Requires: python-libcst >= 0.4.0 %if %{with test} BuildRequires: %{python_module black} BuildRequires: %{python_module exceptiongroup} -BuildRequires: %{python_module hypothesis >= 6.58.1} +BuildRequires: %{python_module hypothesis >= 6.84.1} BuildRequires: %{python_module lark >= 0.10.1} BuildRequires: %{python_module libcst >= 0.4.0} BuildRequires: %{python_module parso}