diff --git a/python-pytest-shell-utilities.spec b/python-pytest-shell-utilities.spec index ddf9787..2520d74 100644 --- a/python-pytest-shell-utilities.spec +++ b/python-pytest-shell-utilities.spec @@ -41,7 +41,7 @@ BuildRequires: python-rpm-macros # SECTION test requirements %if %{with test} BuildRequires: %{python_module attrs >= 22.1.0} -BuildRequires: %{python_module psutil >= 5.0.0} +BuildRequires: %{python_module psutil >= 6.0.0} BuildRequires: %{python_module pytest >= 7.3.0} BuildRequires: %{python_module pytest-helpers-namespace} BuildRequires: %{python_module pytest-shell-utilities = %{version}} @@ -52,7 +52,7 @@ BuildRequires: %{python_module typing-extensions} # /SECTION BuildRequires: fdupes Requires: python-attrs >= 22.1.0 -Requires: python-psutil >= 5.0.0 +Requires: python-psutil >= 6.0.0 Requires: python-pytest >= 7.3.0 Requires: python-pytest-helpers-namespace Requires: python-pytest-skip-markers