arraylabs / pymyq

Python wrapper for MyQ API
MIT License
112 stars 42 forks source link

Bump readme-renderer from 22.0 to 28.0 #66

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps readme-renderer from 22.0 to 28.0.

Release notes

Sourced from readme-renderer's releases.

Release 28.0

  • Support Python 3.9 (#176)

Release 27.0

  • Add support for align attribute rendering Markdown headers (#173)

Release 26.0

  • Fix regression for image height/width (#164)

Release 25.0

  • Support Python 3.7 and 3.8
  • Drop support for Python 3.4
  • Require Pygments>=2.5.1

24.0

  • Remove dependency on future. (#134)

23.0

  • Breaking change: Move the cmarkgfm dependency into an extra (#130). Users that want to render Markdown will need to install readme_render[md] instead.
Changelog

Sourced from readme-renderer's changelog.

28.0 (2020-10-20)

  • Support Python 3.9

27.0 (2020-10-09)

  • Add support for align attribute rendering Markdown headers (#173)

26.0 (2020-04-22)

  • Fix regression with image width/height attributes (#164)

25.0 (2020-03-14)

  • Support Python 3.7 and 3.8
  • Drop support for Python 3.4
  • Require Pygments>=2.5.1

24.0 (2018-10-27)

  • Remove dependency on future. (#134)

23.0 (2018-10-22)

  • Breaking change: Move the cmarkgfm dependency into an extra (#130). Users that want to render Markdown will need to install readme_render[md] instead.
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 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)