Update deethon requirement from ~=0.4.2 to ~=0.4.3
Created by: dependabot[bot]
Updates the requirements on deethon to permit the latest version.
Changelog
Sourced from deethon's changelog.
[0.4.3] - 2020-07-15
Added
- Additional tags to the track object and the downloaded tracks (lyrics, copyright, etc.) (880511be8726b80333c67f9280f80b654a7f7106).
Fixed
- The session on Deezer will not be renewed after the expiration (a82cb4a910d5ab195791d0789a0e6811d2548824).
- The ReplayGain tag had a wrong value (880511be8726b80333c67f9280f80b654a7f7106).
[0.4.2] - 2020-06-18
Changed
- Return absolute file path (c6825373bbdc6f4fb0dd3b3dc9e5191d7ac6e1d1).
Fixed
- Forbidden file name characters on Windows were not escaped (487393e808b4e6152cb3cf73612451d74a1b8446).
[0.4.1] - 2020-06-08
Added
- Fallback to lower quality if the track cannot be downloaded (ffe271ee159972ff6969dd9ebccb0b55c0864e12).
pytest-covin dev-dependencies (56da09d2d385a82c91da0d2011e4cbb7e4244d2d).Changed
- Exclude python files from
.editorconfigas it causes code style errors (88e7708218e99ed8cd21bacf07fdc9a1cce68371).Fixed
- Obsolete type annotations in docstrings (fab7a84a19fc4ce07112d5ff2f046460dd850547).
- Some layout bugs in the documentation.
[0.4.0] - 2020-06-02
Added
- API documentation (!9 (closed)).
- Support for Python 3.7+ (again) (09f16e3cb2ba766ddb0239a39f425bcedf3d9611).
- Raise [
DeezerLoginError][deethon.errors.DeezerLoginError] when the specified arl token is invalid. (c5b36935c83194ea3f2b745924c4370f16bc495a)- More tests (52c29e954ee50721565e1b884fc78992aa92a631).
.editorconfigfile (2a9aff181b84717615e46e486b482acf8e083c2e).Changed
- Only accept an integer for the ID parameter of the album and track class. (f33533372d031c677b22c41fec76338c2f6152db)
Fixed
- Invalid all-object (cbb1e5d38e9e08c3c4a5c71bc8e56fa1bc3ecdb3).
- Useless object inheritance of Album class (05cb61e3fc63a2ef57bd060f28b1264e6f698fc1).
- Code style issues (ab13d39e17bc8a98483a00bed053052f538961f9).
__init__method from base classExceptionis not called (094d15a8c7000f94b96accbc583785a16f9d8229).
Commits
-
d97042f🚀 Bump to v0.4.3 -
a82cb4aRenew Deezer session every hour -
75914d8Bump mutagen from 1.44.0 to 1.45.0 -
bc5d76dBump mkdocstrings from 0.12.0 to 0.12.1 -
880511bAdd more tags -
828e302Bump mkdocs-material from 5.3.3 to 5.4.0 -
7a88e7eBump importlib-metadata from 1.6.1 to 1.7.0 -
e48f26cBump pycryptodome from 3.9.7 to 3.9.8 -
ee00b99Bump mkdocs-material from 5.3.2 to 5.3.3 -
b6c413dBump mkdocs-material from 5.3.0 to 5.3.2 - See full diff in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)