Update Fire to v0.7.0

This removes the dependency on the pipes package that was removed in Python 3.13.

The upgrade to Python 3.13 in CI caused builds to fail due to this dependency.
This commit is contained in:
akp 2024-10-12 23:38:25 +01:00
parent 1eb07a2afd
commit d5db2924ca
No known key found for this signature in database
GPG key ID: CF8D58F3DEB20755
2 changed files with 5 additions and 29 deletions

View file

@ -9,7 +9,7 @@ readme = "README.md"
python = "^3.10"
Jinja2 = "^3.1.2"
PyYAML = "^6.0.1"
fire = "^0.5.0"
fire = "^0.7.0"
rich = "^13.7.0"
mistune = "^3.0.2"
pygments = "^2.17.2"