quanted / cts_app

cts repo
3 stars 2 forks source link

Bump xhtml2pdf from 0.2.5 to 0.2.15 #240

Closed dependabot[bot] closed 3 weeks ago

dependabot[bot] commented 2 months ago

Bumps xhtml2pdf from 0.2.5 to 0.2.15.

Release notes

Sourced from xhtml2pdf's releases.

v0.2.13 – Fix regressions from code cleanup

🐛 Bug fixes

  • [ #731 ] Fix TypeError on column widths specified as percentages
  • [ #730 ] Fix TypeError when formatting width in debug logging

Thanks to the following people for contributing to this release: @​JanEgner @​timobrembeck

v0.2.12 – Bug fixes and code cleanup

🐛 Bug fixes

  • [ #106 ] Fix page number & page count
  • [ #723 ] Fix ZeroDivisionError on broken image files

📘 Documentation

  • [ #707 ] Update README
  • [ #711 ] Modernize Sphinx configuration

🧹 Cleanup

  • [ #700 ] Change print statement to log.exception
  • [ #706 ] Remove Python2 compatibility
  • [ #705 ] Depend on html5lib >= 1.1
  • [ #699 ] Depend on reportlab >= 4.0.4
  • [ #714 ] Use black code style
  • [ #715 ] Enforce consistent file formatting
  • [ #716 ] Add ruff code linter
  • [ #717 ] Start using type hints & validate them via mypy
  • [ #718 ] Drop support for Python 3.7 (reached end of life on 2023-06-27)
  • [ #719 ] Add support for Python 3.12 (released on 2023-10-02)

Thanks to the following people for contributing to this release: @​JanEgner @​lucasgadams @​a-detiste @​holtwick @​stefan6419846 @​timobrembeck

v0.2.11 – Bug fixes with reportlab >4.0 and pycairo

This release only aims to fix issues with pycairo and xhtml2pdf dependencies with reportlab.

v0.2.10 – Fix canvas graph

This is a bug fixes release changes here:

  • Fix canvas graph
  • Remove duplicate pypdf entry from setup.py

Thanks to the following people on GitHub for contributing to this release: @​brandonlake-semaphore, @​sunpoet

v0.2.9 – Community Bug fixes

... (truncated)

Commits


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 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)
dependabot[bot] commented 3 weeks ago

Superseded by #261.