chore(deps): pin pydyf to 0.10.0
weasyprint had a loose requirement of >=0.6.0 earlier
pydyf changed their constructor in 0.11.0
Later versions of weasyprint would work (they did pin their
dependencies, but there's still a conflict due to `bleach[css]`
The conflict is caused by:
weasyprint 62.3 depends on tinycss2>=1.3.0
bleach[css] 6.0.0 depends on tinycss2<1.2 and >=1.1.0; extra == "css"
For now, pinning this is the simplest solution until we upgrade other
packages as well
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
This commit is contained in:
parent
c4760fc78a
commit
7ffe82956d
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ dependencies = [
|
|||
"PyYAML~=6.0.1",
|
||||
"RestrictedPython~=7.0",
|
||||
"WeasyPrint==59.0",
|
||||
"pydyf==0.10.0",
|
||||
"Werkzeug~=3.0.1",
|
||||
"Whoosh~=2.7.4",
|
||||
"beautifulsoup4~=4.12.2",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue