Skip to content

Commit

Permalink
Require fresh fmf with the sort support
Browse files Browse the repository at this point in the history
  • Loading branch information
psss committed Jan 8, 2025
1 parent 6d5750b commit b4c6b39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ repos:
# There is *a lot* of them, and hatch might fetch many of them.
- "botocore>=1.25.10" # 1.25.10 is the current one available for RHEL9
- "typing-extensions>=4.9.0; python_version < '3.13'"
- "fmf>=1.6.0"
- repo: https://github.com/codespell-project/codespell
rev: v2.3.0
hooks:
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ classifiers = [
dependencies = [ # F39 / PyPI
"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
"docutils>=0.16", # 0.16 is the current one available for RHEL9
"fmf>=1.4.0",
"fmf>=1.6.0",
"jinja2>=2.11.3", # 3.1.2 / 3.1.2
"packaging>=20", # 20 seems to be available with RHEL8
"pint>=0.16.1", # 0.16.1
Expand Down Expand Up @@ -90,7 +90,7 @@ docs = [
"readthedocs-sphinx-ext",
"docutils>=0.18.1",
"Sphinx==7.3.7",
"fmf>=1.4.0",
"fmf>=1.6.0",
]

[project.scripts]
Expand Down

0 comments on commit b4c6b39

Please sign in to comment.