martijnboers / BlotterTrax

/r/listentothis submissions reddit bot
GNU General Public License v3.0
5 stars 2 forks source link

Bump pylast from 4.4.0 to 4.5.0 #159

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps pylast from 4.4.0 to 4.5.0.

Release notes

Sourced from pylast's releases.

4.5.0

Upcoming breaking changes

  • pylast 5.0.0 will switch from http.client to https://www.python-httpx.org for HTTP calls (#361)
    • enable_proxy(host, port) will have a breaking change to enable_proxy(proxy) where proxy can be a string like "http://localhost:8030" or a dict for more advanced use cases. See: https://www.python-httpx.org/advanced/#http-proxying
    • Some underlying network exceptions will change
  • pylast 5.0.0 will drop support for EOL Python 3.6

Deprecated

  • Deprecate is_streamable and is_fulltrack_available (#384) @​hugovk

Fixed

Commits
  • bafc3fe Merge pull request #385 from pylast/rm-mergify
  • b151dd0 Remove Mergify, use native GitHub auto-merge instead
  • dd869b5 Merge pull request #384 from pylast/deprecate-streamable
  • 3ffe7cf test_get_userplaycount now passes
  • 1841fb6 This test now passes, although some other MBID searches are still broken
  • d672e89 Is an xfail passing unexpectedly? Make it fail
  • 3b7cb9c Deprecate is_streamable and is_fulltrack_available
  • e14f51a Merge pull request #383 from pylast/add-3.6
  • c63e0a7 Restore support for Python 3.6
  • a204055 Merge pull request #382 from pylast/remove-invalid-xml-chars-from-response
  • 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)
martijnboers commented 2 years ago

@dependabot rebase