diff --git a/poetry.lock b/poetry.lock index f1ac3d5..3f477c2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "anyio" @@ -504,13 +504,13 @@ files = [ [[package]] name = "spotipy" -version = "2.24.0" +version = "2.25.1" description = "A light weight Python library for the Spotify Web API" optional = false python-versions = ">3.8" files = [ - {file = "spotipy-2.24.0-py3-none-any.whl", hash = "sha256:c5aa7338c624a05a8a80dcf9c6761ded3d6bc2bc5df5f22d9398a895b11bd2ae"}, - {file = "spotipy-2.24.0.tar.gz", hash = "sha256:396af81e642086551af157270cdfe742c1739405871ba9dac1fa651b8649ef0d"}, + {file = "spotipy-2.25.1-py3-none-any.whl", hash = "sha256:18f47d9a0594ced8001b3baa5a4160ea6dcf570abbdad371971f475a81892844"}, + {file = "spotipy-2.25.1.tar.gz", hash = "sha256:607d3c43722b7e217a7e6c82f17258b798b92a512017d60c06323d62ae814cd7"}, ] [package.dependencies] @@ -520,7 +520,7 @@ urllib3 = ">=1.26.0" [package.extras] memcache = ["pymemcache (>=3.5.2)"] -test = ["mock (==2.0.0)"] +test = ["autopep8 (>=2.3.2)", "flake8 (>=7.1.1)", "flake8-string-format (>=0.3.0)", "isort (>=5.13.2)"] [[package]] name = "typer" @@ -584,4 +584,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "68c058878f12b22e6f10cd01c3297f11f1141ac0723b699d6e99fc325a0964e9" +content-hash = "f0f008799803e82a3e316bd6be9b8d440f080e459848153962f4467ee641873a" diff --git a/pyproject.toml b/pyproject.toml index a102cb5..fb449e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = "^3.10" httpx = "^0.27.0" PlexAPI = "^4.15.13" -spotipy = "^2.24.0" +spotipy = "^2.25.1" rtoml = "^0.10.0" typer = "^0.12.3" rich = "^13.7.1"