Skip to content

Commit

Permalink
📌(backend) pin weasyprint to version less than 62
Browse files Browse the repository at this point in the history
A major version of weasyprint has been released but some bugs appears.
Currently, we do not pin weasyprint to a fixed version. For now, we just pin
weasyprint to the latest version of v61.

Kozea/WeasyPrint#2146
  • Loading branch information
jbpenrath committed May 2, 2024
1 parent 3d8c0f3 commit f767be6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
],
"matchPackageNames": [
"hashids",
"PyMongo"
"PyMongo",
"WeasyPrint"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ dependencies = [
"stockholm==0.5.7",
"timedelta-isoformat==0.6.2.11",
"url-normalize==1.4.3",
"WeasyPrint>=60.2",
"WeasyPrint>=60.2,<62",
"workalendar==17.0.0",
"whitenoise==6.6.0",
# edx_imports
Expand Down

0 comments on commit f767be6

Please sign in to comment.