Fixed missing quote
Some checks failed
Labeler / Labeler (push) Has been cancelled
Lint Code Base / pythonlint (push) Has been cancelled
Lint Code Base / yamllint (push) Has been cancelled
Lint Code Base / markdownlint (push) Has been cancelled
Lint Code Base / Lint successful (push) Has been cancelled
Spell Check / spellcheck (push) Has been cancelled

This commit is contained in:
Bob Gendler
2026-01-22 10:57:58 -05:00
parent 82e4a0935e
commit 60c66a2bde

View File

@@ -28,7 +28,7 @@ dependencies = [
"pydantic==2.10.6", "pydantic==2.10.6",
"pyyaml==6.0.2", "pyyaml==6.0.2",
"jsonschema==4.23.0", "jsonschema==4.23.0",
"yaspin==3.4.0, "yaspin==3.4.0",
] ]
[project.urls] [project.urls]