fix: dependencies
This commit is contained in:
parent
6630bccca5
commit
0db66f1f7d
2 changed files with 4 additions and 4 deletions
|
|
@ -25,8 +25,8 @@ classifiers = [
|
|||
|
||||
]
|
||||
dependencies = [
|
||||
"jinja2 ~= 3.1.4",
|
||||
"tiramisu ~= 5.0"
|
||||
"jinja2 ~= 3.1.6",
|
||||
"tiramisu ~= 5.1.0"
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
|
|
|||
|
|
@ -25,8 +25,8 @@ classifiers = [
|
|||
|
||||
]
|
||||
dependencies = [
|
||||
"ruamel.yaml ~= 0.18.6",
|
||||
"pydantic ~= 2.9.2",
|
||||
"ruamel.yaml ~= 0.19.1",
|
||||
"pydantic ~= 2.13.4",
|
||||
"rougail-base == 1.2.0rc1",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue