Skip to content

Commit 190450d

Browse files
committed
Require fresh fmf with the sort support
1 parent 3ccc137 commit 190450d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ classifiers = [
3232
dependencies = [ # F39 / PyPI
3333
"click>=8.0.3,!=8.1.4", # 8.1.3 / 8.1.6 TODO type annotations tmt.cli.Context -> click.core.Context click/issues/2558
3434
"docutils>=0.16", # 0.16 is the current one available for RHEL9
35-
"fmf>=1.4.0",
35+
"fmf>=1.6.0",
3636
"jinja2>=2.11.3", # 3.1.2 / 3.1.2
3737
"packaging>=20", # 20 seems to be available with RHEL8
3838
"pint>=0.16.1", # 0.16.1
@@ -90,7 +90,7 @@ docs = [
9090
"readthedocs-sphinx-ext",
9191
"docutils>=0.18.1",
9292
"Sphinx==7.3.7",
93-
"fmf>=1.4.0",
93+
"fmf>=1.6.0",
9494
]
9595

9696
[project.scripts]

0 commit comments

Comments
 (0)