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:
parent
1eb07a2afd
commit
d5db2924ca
2 changed files with 5 additions and 29 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue