From f93b8dbadaba96926e6f302a5b411e49c3653d0d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 12:12:35 +0000 Subject: [PATCH] Update dependency beets to v2.1.0 --- poetry.lock | 35 ++++++++++++++++++++++++++--------- 1 file changed, 26 insertions(+), 9 deletions(-) diff --git a/poetry.lock b/poetry.lock index f9ef192..946d2aa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,27 +2,31 @@ [[package]] name = "beets" -version = "2.0.0" +version = "2.1.0" description = "music tagger and library organizer" optional = false -python-versions = "*" +python-versions = "<4,>=3.8" files = [ - {file = "beets-2.0.0-py3-none-any.whl", hash = "sha256:6fe596f578ce50652fc634d399af67bc0450b325c349989af781805599fcedb3"}, - {file = "beets-2.0.0.tar.gz", hash = "sha256:3b1172b5bc3729e33a6ea4689f7d0236682bf828c67196b6a260f0389cb1f8cf"}, + {file = "beets-2.1.0-py3-none-any.whl", hash = "sha256:dd72e41008a3aaced0a49749820f75a5b6d03aa3d4a41a4298c40dc8c9e4f854"}, + {file = "beets-2.1.0.tar.gz", hash = "sha256:a0abcdf95d5f89fcf46b07ddc2b5b92e1dd5abe68f4cc7222f21aff2dffc4789"}, ] [package.dependencies] +colorama = {version = "*", markers = "sys_platform == \"win32\""} confuse = ">=1.5.0" jellyfish = "*" mediafile = ">=0.12.0" munkres = ">=1.0.0" musicbrainzngs = ">=0.4" +platformdirs = ">=3.5.0" pyyaml = "*" -typing-extensions = "*" +typing_extensions = {version = "*", markers = "python_full_version <= \"3.10.0\""} unidecode = ">=1.3.6" [package.extras] absubmit = ["requests"] +aura = ["Pillow", "flask", "flask-cors"] +autobpm = ["librosa (>=0.10.2.post1,<0.11.0)", "resampy (>=0.4.3)"] beatport = ["requests-oauthlib (>=0.6.1)"] bpd = ["PyGObject"] chroma = ["pyacoustid"] @@ -30,22 +34,19 @@ discogs = ["python3-discogs-client (>=2.3.15)"] docs = ["pydata-sphinx-theme", "sphinx"] embedart = ["Pillow"] embyupdate = ["requests"] -fetchart = ["Pillow", "beautifulsoup4", "requests"] +fetchart = ["Pillow", "beautifulsoup4", "langdetect", "requests"] import = ["py7zr", "rarfile"] kodiupdate = ["requests"] lastgenre = ["pylast"] lastimport = ["pylast"] -lint = ["flake8", "flake8-docstrings", "pep8-naming"] lyrics = ["beautifulsoup4", "langdetect", "requests"] metasync = ["dbus-python"] mpdstats = ["python-mpd2 (>=0.4.2)"] -mypy = ["mypy", "types-Flask-Cors", "types-Pillow", "types-PyYAML", "types-beautifulsoup4", "types-requests", "types-urllib3"] plexupdate = ["requests"] reflink = ["reflink"] replaygain = ["PyGObject"] scrub = ["mutagen (>=1.33)"] sonosupdate = ["soco"] -test = ["beautifulsoup4", "flask", "mock", "py7zr", "pylast", "pytest", "pytest-cov", "python-mpd2", "python3-discogs-client (>=2.3.15)", "pyxdg", "rarfile", "reflink", "requests-oauthlib", "responses (>=0.3.0)"] thumbnails = ["Pillow", "pyxdg"] web = ["flask", "flask-cors"] @@ -366,6 +367,22 @@ files = [ {file = "packaging-24.1.tar.gz", hash = "sha256:026ed72c8ed3fcce5bf8950572258698927fd1dbda10a5e981cdf0ac37f4f002"}, ] +[[package]] +name = "platformdirs" +version = "4.3.6" +description = "A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`." +optional = false +python-versions = ">=3.8" +files = [ + {file = "platformdirs-4.3.6-py3-none-any.whl", hash = "sha256:73e575e1408ab8103900836b97580d5307456908a03e92031bab39e4554cc3fb"}, + {file = "platformdirs-4.3.6.tar.gz", hash = "sha256:357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907"}, +] + +[package.extras] +docs = ["furo (>=2024.8.6)", "proselint (>=0.14)", "sphinx (>=8.0.2)", "sphinx-autodoc-typehints (>=2.4)"] +test = ["appdirs (==1.4.4)", "covdefaults (>=2.3)", "pytest (>=8.3.2)", "pytest-cov (>=5)", "pytest-mock (>=3.14)"] +type = ["mypy (>=1.11.2)"] + [[package]] name = "pluggy" version = "1.5.0"