brechtm / rinohtype

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

Bump restview from 3.0.0 to 3.0.1 #405

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 year ago

Bumps restview from 3.0.0 to 3.0.1.

Changelog

Sourced from restview's changelog.

3.0.1 (2023-01-10)

  • Add support for Python 3.11.

  • Drop support for Python 3.6.

  • Restrict readme-renderer to < 37.0, because it switched to a different docutils writer (html5_polyglot instead of html4css1), which causes issues (issue 65 <https://github.com/mgedmin/restview/issues/65>_). This will be fixed properly in a newer release.

Commits
  • 3076ec8 Preparing release 3.0.1
  • 74d181e Revert "Fix test failures with new docutils"
  • 4cd2826 Restrict readme-renderer version for now
  • 572e77f Support Python 3.11
  • 5033eac Fix test failures with new docutils
  • 51df62f pypy3 means 3.6 on GitHub Actions, we need >= 3.7
  • 608d4d3 Drop Python 3.6 support
  • 22dbf06 Exclude main.py from coverage measurement
  • a738d00 Back to development: 3.0.1
  • See full diff 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 1 year ago

Codecov Report

Merging #405 (86277c4) into master (a9268d6) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #405   +/-   ##
=======================================
  Coverage   46.89%   46.89%           
=======================================
  Files          93       93           
  Lines       14665    14665           
  Branches     2409     2409           
=======================================
  Hits         6877     6877           
  Misses       7618     7618           
  Partials      170      170           
Flag Coverage Δ
3.10 46.89% <ø> (ø)
3.11 46.90% <ø> (ø)
3.12.0-alpha 46.90% <ø> (ø)
3.7 45.73% <ø> (ø)
3.8 46.89% <ø> (ø)
3.9 46.89% <ø> (ø)
Linux 46.89% <ø> (ø)
pypy-3.9 46.91% <ø> (ø)
unit-3.10 46.89% <ø> (ø)
unit-3.11 46.90% <ø> (ø)
unit-3.12 46.90% <ø> (ø)
unit-3.7 45.73% <ø> (ø)
unit-3.8 46.89% <ø> (ø)
unit-3.9 46.89% <ø> (ø)
unit-pypy3 46.91% <ø> (ø)

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

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

brechtm commented 1 week ago

@dependabot rebase

dependabot[bot] commented 1 week ago

Looks like restview is up-to-date now, so this is no longer needed.