File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ authors = [
66]
77description = " Work with Spotify Playlists"
88dependencies = [
9- " click>=8.3.1 " , # CLI framework
9+ " click>=8.3.2 " , # CLI framework
1010 " python-dotenv>=1.2.2" , #
1111 " pyyaml>=6.0.3" , #
12- " rich>=14.3.3 " , # Console display and color
12+ " rich>=15.0.0 " , # Console display and color
1313 " spotipy>=2.26.0" , # Spotify API
1414]
1515readme = " README.md"
@@ -29,9 +29,9 @@ build-backend = "uv_build"
2929
3030[dependency-groups ]
3131dev = [
32- " mypy>=1.19 .1" , # Python typing
33- " ruff>=0.15.7 " , # Linter and Formatter for Python
34- " types-pyyaml>=6.0.12.20250915 " , # Stub with types for PyYAML
32+ " mypy>=1.20 .1" , # Python typing
33+ " ruff>=0.15.10 " , # Linter and Formatter for Python
34+ " types-pyyaml>=6.0.12.20260408 " , # Stub with types for PyYAML
3535]
3636
3737[project .scripts ]
You can’t perform that action at this time.
0 commit comments