Skip to content

Commit

Permalink
Bump weasyprint from 52.5 to 60.1
Browse files Browse the repository at this point in the history
Bumps [weasyprint](https://github.com/Kozea/WeasyPrint) from 52.5 to 60.1.
- [Release notes](https://github.com/Kozea/WeasyPrint/releases)
- [Changelog](https://github.com/Kozea/WeasyPrint/blob/main/docs/changelog.rst)
- [Commits](Kozea/WeasyPrint@v52.5...v60.1)

---
updated-dependencies:
- dependency-name: weasyprint
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 2, 2023
1 parent 7b74446 commit 91c52ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ vine==5.0.0
# kombu
wcwidth==0.2.6
# via prompt-toolkit
weasyprint==52.5
weasyprint==60.1
# via
# django-weasyprint
# geotrek (setup.py)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def run(self):
'django-colorfield',
'Fiona',
'markdown',
"weasyprint==52.5", # newer version required libpango (not available in bionic)
"weasyprint==60.1", # newer version required libpango (not available in bionic)
'django-weasyprint<2.0.0', # 2.10 require weasyprint > 53
"django-clearcache",
"pyopenair",
Expand Down

0 comments on commit 91c52ba

Please sign in to comment.