From 506c9f1c9ba9d853fe04e360b06a791d0bc72896586a4dc761d1d676a9e6388b Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Thu, 15 Dec 2022 07:03:18 +0000 Subject: [PATCH] - Update requirements OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-hypothesmith?expand=0&rev=13 --- python-hypothesmith.changes | 5 +++++ python-hypothesmith.spec | 14 +++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/python-hypothesmith.changes b/python-hypothesmith.changes index b67f559..5083ce9 100644 --- a/python-hypothesmith.changes +++ b/python-hypothesmith.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 15 06:26:48 UTC 2022 - Daniel Garcia + +- Update requirements + ------------------------------------------------------------------- Tue Dec 13 15:35:43 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-hypothesmith.spec b/python-hypothesmith.spec index 493612b..093984a 100644 --- a/python-hypothesmith.spec +++ b/python-hypothesmith.spec @@ -37,16 +37,16 @@ BuildRequires: %{python_module base >= 3.6} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-base >= 3.6 -Requires: python-hypothesis >= 5.46 -Requires: python-lark >= 0.7.2 -Requires: python-libcst >= 0.3.8 +Requires: python-base >= 3.7 +Requires: python-hypothesis >= 6.58.1 +Requires: python-lark >= 0.10.1 +Requires: python-libcst >= 0.4.0 %if %{with test} BuildRequires: %{python_module black} BuildRequires: %{python_module exceptiongroup} -BuildRequires: %{python_module hypothesis >= 5.46} -BuildRequires: %{python_module lark >= 0.7.2} -BuildRequires: %{python_module libcst >= 0.3.8} +BuildRequires: %{python_module hypothesis >= 6.58.1} +BuildRequires: %{python_module lark >= 0.10.1} +BuildRequires: %{python_module libcst >= 0.4.0} BuildRequires: %{python_module parso} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest}