Relax python3-jsonschema version for Fedora support
All checks were successful
CI / test (push) Successful in 8m16s
Lint / test (push) Successful in 34s
Trivy / test (push) Successful in 24s

This commit is contained in:
Miguel Jacq 2026-01-10 11:44:51 +11:00
parent f84d795c49
commit d172d848c4
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
2 changed files with 106 additions and 106 deletions

View file

@ -15,7 +15,7 @@ include = [
python = "^3.10"
pyyaml = "^6"
paramiko = ">=3.5"
jsonschema = "^4.25.1"
jsonschema = "^4.23.0"
[tool.poetry.scripts]
enroll = "enroll.cli:main"