From e87f310cf92e6f27d4fa6074bd3b445ad24ff879 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 02:37:40 +0000 Subject: [PATCH] build(deps): bump spotipy in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [spotipy](https://github.com/plamere/spotipy). Updates `spotipy` from 2.24.0 to 2.25.1 - [Release notes](https://github.com/plamere/spotipy/releases) - [Changelog](https://github.com/spotipy-dev/spotipy/blob/master/CHANGELOG.md) - [Commits](https://github.com/plamere/spotipy/compare/2.24.0...2.25.1) --- updated-dependencies: - dependency-name: spotipy dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index e24ca44..5843d25 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 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 = "annotated-types" @@ -448,13 +448,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] @@ -464,7 +464,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 = "telegraph" @@ -558,4 +558,4 @@ test = ["Cython (>=0.29.36,<0.30.0)", "aiohttp (==3.9.0b0)", "aiohttp (>=3.8.1)" [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "e3a14a4dd70a108e31e9386b2eb8c65aa385ce97b9f52c2402854cd7e8ba4f89" +content-hash = "5b6c1452ed3bcb2b7ba04d3f4f7f558d94a315dfdebfd68e4af4acb1f856f33b" diff --git a/pyproject.toml b/pyproject.toml index b004249..1350fd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.12" -spotipy = "^2.24.0" +spotipy = "^2.25.1" pyrogram = "^2.0.106" pydantic-settings = "^2.3.4" uvloop = "^0.19.0"