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.0 #3959

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 Feb 26, 2024

Bumps django-weasyprint from 1.1.0.post2 to 2.3.0.

Release notes

Sourced from django-weasyprint's releases.

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.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
  • 788f169 Set version 2.3.0
  • 7c19e40 Handle un-hashed filenames with ManifestStaticFilesStorage and DEBUG=True
  • 33767a7 Update changelog
  • f7d6f87 Combine overriding WasyPrint options with existing test
  • 053b0b2 Merge pull request #79 from dekkers/weasyprint-options
  • 2d1b717 Fix pre-commit / ruff errors
  • 3e2f4d7 Bump actions/checkout from 3 to 4
  • 1fe5073 Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.8.11
  • d4d1eec Bump codecov/codecov-action from 2 to 4
  • 228e016 Bump actions/setup-python from 3 to 5
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [django-weasyprint](https://github.com/fdemmer/django-weasyprint) from 1.1.0.post2 to 2.3.0.
- [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.0)

---
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 Feb 26, 2024
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