home-assistant-libs / pychromecast

Library for Python 3 to communicate with the Google Chromecast.
MIT License
2.51k stars 380 forks source link

Bump rstcheck from 6.2.1 to 6.2.4 #928

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps rstcheck from 6.2.1 to 6.2.4.

Changelog

Sourced from rstcheck's changelog.

v6.2.4 (2024-07-07)

diff v6.2.3...v6.2.4

Documentation

  • Add note on how to disable pretty exception output (#228)

Miscellaneous

  • Add help text to --version flag (#228)

v6.2.3 (2024-07-07)

diff v6.2.2...v6.2.3

Bugfixes

  • Fix typer dependency by removing the [standard] extra which is only used on typer-slim. Typer by default has the extras included.

v6.2.2 (2024-07-07)

diff v6.2.1...v6.2.2

Miscellaneous

  • Bump min. version of typer and fix dependency group name (#223)
  • Update configs for dev tooling (#225)
  • Bump default python version to 3.12 (#225)
Commits
  • 1fb8cea "release v6.2.4 [skip ci]"
  • 22060bf fix changelog being merged wrongly
  • ce42e26 Merge pull request #228 from rstcheck/improve-error-handling
  • 6b46ea4 "release v6.2.3 [skip ci]"
  • 5423261 update changelog
  • 8807f39 remove unneeded extra from typer dependency; typer-slim is without extra and ...
  • 987b1aa simplify cli return type
  • bf6e2b3 update changelog
  • 48aab2a add note to docs an how to disable pretty exception output
  • 609d0e2 switch to "early return" for special exception case
  • 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 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)