brechtm / rinohtype

The Python document processor
http://www.mos6581.org/rinohtype
GNU Affero General Public License v3.0
499 stars 59 forks source link

Bump restview from 2.9.2 to 2.9.3 #311

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps restview from 2.9.2 to 2.9.3.

Changelog

Sourced from restview's changelog.

2.9.3 (2021-11-29)

  • Fix incompatibility with docutils 0.18.1 that resulted in "Cannot embed stylesheet" errors (issue 61 <https://github.com/mgedmin/restview/pull/61>_, contributed by Sébastien Besson).

  • Add support for Python 3.8, 3.9, and 3.10.

  • Drop support for Python 3.5.

Commits
  • 675766b Preparing release 2.9.3
  • c170423 Update changelog
  • aabdc56 Merge pull request #61 from sbesson/docutils_0.18.1
  • 10ddcc0 Handle both relative stylesheets and verbatim stylesheets such as URLs
  • acc4a88 Pass list of relative stylesheets via stylesheet_paths
  • 4e2b8d0 Support Python 3.10
  • b0649e5 Remove .travis.yml
  • a8a4ac0 Update to newer release.mk
  • beb7268 Test pypy in tox too
  • 54785b4 Fix coveralls integration
  • 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 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)
codecov[bot] commented 2 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@4dc24fa). Click here to learn what that means. The diff coverage is n/a.

:exclamation: Current head f6b05e4 differs from pull request most recent head a3de3de. Consider uploading reports for the commit a3de3de to get more accurate results Impacted file tree graph

@@            Coverage Diff            @@
##             master     #311   +/-   ##
=========================================
  Coverage          ?   76.39%           
=========================================
  Files             ?       92           
  Lines             ?    14417           
  Branches          ?     2886           
=========================================
  Hits              ?    11014           
  Misses            ?     2973           
  Partials          ?      430           
Flag Coverage Δ
3.10.0-alpha 75.94% <ø> (?)
3.6 75.48% <ø> (?)
3.7 75.48% <ø> (?)
3.8 75.90% <ø> (?)
3.9 76.35% <ø> (?)
Linux 75.92% <ø> (?)
Windows 75.79% <ø> (?)
macOS 76.25% <ø> (?)
pypy-3.7 75.52% <ø> (?)
regression-3.10 74.30% <ø> (?)
regression-3.6 73.80% <ø> (?)
regression-3.7 73.80% <ø> (?)
regression-3.8 74.25% <ø> (?)
regression-3.9 74.72% <ø> (?)
regression-pypy3 73.83% <ø> (?)
unit-3.10 47.08% <ø> (?)
unit-3.6 45.94% <ø> (?)
unit-3.7 45.94% <ø> (?)
unit-3.8 47.08% <ø> (?)
unit-3.9 47.08% <ø> (?)
unit-pypy3 45.96% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 4dc24fa...a3de3de. Read the comment docs.