Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump django-weasyprint from 1.1.0.post2 to 2.3.1 #4446

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 13, 2025

Warning

Dependabot will stop supporting python v3.8!

Please upgrade to one of the following versions: v3.9, v3.10, v3.11, v3.12, or v3.13.

Bumps django-weasyprint from 1.1.0.post2 to 2.3.1.

Release notes

Sourced from django-weasyprint's releases.

2.3.1 ☃️

  • Merge contributed docs fixes (a1c2ace, by @​GorlikItsMe and 059c4ff, by @​amy-mac)
  • Update test matrix to cover various WeasyPrint and pydyf combinations (thanks for the heads up @​loewis)
  • Add Python 3.13 and Django 5.0 & 5.1 to test matrix (with test fix)

v2.3.0

  • Make it possible to set WeasyPrint options via WeasyTemplateResponse (#79)
  • Add support for non-hashed path when ManifestStaticFilesStorage is used with DEBUG=True

v2.2.2 🎅

v2.2.1

  • Support WeasyPrint v59.0 (#71)
  • Add Python 3.11 and Django 4.2 to test matrix, remove Python 3.6 and 3.7

v2.2.0

  • Attempt to load static files from disk when using ManifestStaticFilesStorage (#48)
  • Add debug logging to django_url_fetcher
  • Add Python 3.10 and Django 4.1 to test matrix, remove Django 2.2

v2.1.0

  • Add font_config argument to WeasyTemplateResponse.get_css() to properly set up the weasyprint.CSS instance for weasyprint.HTML.render() (f944d45, #54)

v2.0.0

  • WeasyPrint >= 53.0 is required ("PDF is the only output format supported!")
  • Remove PNGView and CONTENT_TYPE_* constants
  • Add Django 3.2 to test matrix, remove 3.0
Changelog

Sourced from django-weasyprint's changelog.

[2.3.1] - 2025-01-07

  • Merge contributed docs fixes (a1c2ace, by @​GorlikItsMe and 059c4ff, by @​amy-mac)
  • Update test matrix to cover various WeasyPrint and pydyf combinations
  • Add Python 3.13 and Django 5.0 & 5.1 to test matrix (with test fix)

[2.3.0] - 2024-02-23

  • Make it possible to set WeasyPrint options via WeasyTemplateResponse (#79)
  • Add support for non-hashed path when ManifestStaticFilesStorage is used with DEBUG=True

[2.2.2] - 2023-12-06

  • Improve URL Fetcher to return redirected_url with 'file://' prefix for image cache using LazyLocalImage with WeasyPrint v59.0 (#74)
  • Add Python 3.12 and Django 5.0 to test matrix, remove Django 4.0 and 4.1

[2.2.1] - 2023-08-17

  • Support WeasyPrint v59.0 (#71)
  • Add Python 3.11 and Django 4.2 to test matrix, remove Python 3.6 and 3.7

[2.2.0] - 2022-08-07

  • Attempt to load static files from disk when using ManifestStaticFilesStorage (#48)
  • Add debug logging to django_url_fetcher
  • Add Python 3.10 and Django 4.1 to test matrix, remove Django 2.2
Commits
  • 44f2de9 Set version 2.3.1
  • 08ca2c1 Update changelog
  • 3728ffe Fix test using new STORAGES setting (added in 4.2, removed in 5.1)
  • 8351994 Add testing for Python 3.13 and Django 5.x
  • d199d61 Merge pull request #97 from fdemmer/actions
  • 658a767 Switch to newest ubuntu image
  • 4c8da54 Remove manual convert coveraqge step, is covered by codecov/codecov-action@v5
  • 500bd1d Update to codecov/codecov-action@v5
  • 6769f1a Fix coverage badge url
  • b315754 Merge pull request #88 from fdemmer/dependabot/github_actions/pypa/gh-action-...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [django-weasyprint](https://github.com/fdemmer/django-weasyprint) from 1.1.0.post2 to 2.3.1.
- [Release notes](https://github.com/fdemmer/django-weasyprint/releases)
- [Changelog](https://github.com/fdemmer/django-weasyprint/blob/main/CHANGELOG.md)
- [Commits](fdemmer/django-weasyprint@v1.1.0.post2...v2.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants