Skip to content

Bump spotipy from 2.23.0 to 2.25.2 in the pip group across 1 directory#254

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pip-d0607de6ed
Open

Bump spotipy from 2.23.0 to 2.25.2 in the pip group across 1 directory#254
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/pip-d0607de6ed

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2025

Bumps the pip group with 1 update in the / directory: spotipy.

Updates spotipy from 2.23.0 to 2.25.2

Release notes

Sourced from spotipy's releases.

2.25.2: CVE-2025-66040

Security

  • CVE-2025-66040HTML for OAuth flow now sanitized: prevents potential XSS attacks (by @​yueyueL)
  • Upgrade if you run spotipy with the default OAuth flow (uses a local HTTP server as a callback method)

Added

  • Adds additional_types parameter to retrieve currently playing episode
  • Add deprecation warnings to documentation

Fixed

  • Fixed dead link in README.md
  • Corrected Spotify/Spotipy typo in documentation

2.25.1: CVE-2025-27154

Security

  • CVE-2025-27154Cache file permissions tightened: now 600 (user read/write only) instead of 644, preventing unauthorized local access to auth tokens (by @​alichtman)
    • Upgrade if you run spotipy in a multi-user environment, manage multiple users' auth tokens, or need better protection against local unauthorized access; not required if you're the only user and your home directory is private.

Added

  • Added examples for audiobooks, shows and episodes methods to examples directory

Fixed

  • Fixed scripts in examples directory that didn't run correctly
  • Updated documentation for Client.current_user_top_artists to indicate maximum number of artists limit

Changed

  • Updated get_cached_token and save_token_to_cache methods to utilize Python's Context Management Protocol
  • Added except clause to get_cached_token method to handle json decode errors
  • Added warnings and updated docs due to Spotify's deprecation of HTTP and "localhost" redirect URIs
  • Use newer string formatters (https://pyformat.info)
  • Marked recommendation_genre_seeds as deprecated

2.25: Deprecated methods & misc. updates

Added

  • Added unit tests for queue functions
  • Added detailed function docstrings to 'util.py', including descriptions and special sections that lists arguments, returns, and raises.
  • Updated order of instructions for Python and pip package manager installation in TUTORIAL.md
  • Updated TUTORIAL.md instructions to match current layout of Spotify Developer Dashboard
  • Added test_artist_id, test_artist_url, and test_artists_mixed_ids to non_user_endpoints test.py
  • Added rate/request limit to FAQ
  • Added custom urllib3.Retry class for printing a warning when a rate/request limit is reached.
  • Added personalized_playlist.py, track_recommendations.py, and audio_features_analysis.py to /examples.
  • Discord badge in README

... (truncated)

Changelog

Sourced from spotipy's changelog.

[2.25.2] - 2025-11-26

Added

  • Adds additional_types parameter to retrieve currently playing episode
  • Add deprecation warnings to documentation

Fixed

  • Fixed dead link in README.md
  • Corrected Spotify/Spotipy typo in documentation
  • Sanitize HTML error message output for OAuth flow: GHSA-r77h-rpp9-w2xm

[2.25.1] - 2025-02-27

Added

  • Added examples for audiobooks, shows and episodes methods to examples directory

Fixed

  • Fixed scripts in examples directory that didn't run correctly
  • Updated documentation for Client.current_user_top_artists to indicate maximum number of artists limit
  • Set auth cache file permissions to 600: GHSA-pwhh-q4h6-w599
  • Fixed __del__ methods by preventing garbage collection for requests.Session
  • Improved retry warning by using logger instead of logging and making sure that retry_header is an int

Changed

  • Updated get_cached_token and save_token_to_cache methods to utilize Python's Context Management Protocol
  • Added except clause to get_cached_token method to handle json decode errors
  • Added warnings and updated docs due to Spotify's deprecation of HTTP and "localhost" redirect URIs
  • Use newer string formatters (https://pyformat.info)
  • Marked recommendation_genre_seeds as deprecated

[2.25.0] - 2025-03-01

Added

  • Added unit tests for queue functions
  • Added detailed function docstrings to 'util.py', including descriptions and special sections that lists arguments, returns, and raises.
  • Updated order of instructions for Python and pip package manager installation in TUTORIAL.md
  • Updated TUTORIAL.md instructions to match current layout of Spotify Developer Dashboard
  • Added test_artist_id, test_artist_url, and test_artists_mixed_ids to non_user_endpoints test.py
  • Added rate/request limit to FAQ
  • Added custom urllib3.Retry class for printing a warning when a rate/request limit is reached.
  • Added personalized_playlist.py, track_recommendations.py, and audio_features_analysis.py to /examples.
  • Discord badge in README
  • Added SpotifyBaseException and moved all exceptions to exceptions.py
  • Marked the following methods as deprecated:

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Summary by Bito

  • Updates the 'spotipy' dependency from version 2.23.0 to 2.25.2 in the requirements file, which includes important security fixes to prevent XSS attacks.
  • Sanitizes HTML for OAuth flow to enhance security against potential vulnerabilities.
  • Adds new features like the 'additional_types' parameter to improve functionality.
  • Overall, this update touches on the 'spotipy' dependency, introduces security risks related to XSS, and enhances functionality.

Bumps the pip group with 1 update in the / directory: [spotipy](https://github.com/plamere/spotipy).


Updates `spotipy` from 2.23.0 to 2.25.2
- [Release notes](https://github.com/plamere/spotipy/releases)
- [Changelog](https://github.com/spotipy-dev/spotipy/blob/master/CHANGELOG.md)
- [Commits](spotipy-dev/spotipy@2.23.0...2.25.2)

---
updated-dependencies:
- dependency-name: spotipy
  dependency-version: 2.25.2
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Dec 1, 2025
@vercel
Copy link
Copy Markdown

vercel bot commented Dec 1, 2025

Deployment failed with the following error:

If `rewrites`, `redirects`, `headers`, `cleanUrls` or `trailingSlash` are used, then `routes` cannot be present.

Learn More: https://vercel.link/mix-routing-props

@vercel
Copy link
Copy Markdown

vercel bot commented Dec 1, 2025

Deployment failed with the following error:

There is no GitHub account connected to this Vercel account.

@netlify
Copy link
Copy Markdown

netlify bot commented Dec 1, 2025

Deploy Preview for rococo-croquembouche-5ab5cd failed. Why did it fail? →

Name Link
🔨 Latest commit 8813038
🔍 Latest deploy log https://app.netlify.com/projects/rococo-croquembouche-5ab5cd/deploys/692de8bafbb6410008133fda

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants