Skip to content

Commit 47e9ee7

Browse files
committed
chore: update dependencies
Signed-off-by: Juan Rubio <jcrubio@gmail.com>
1 parent be1deb7 commit 47e9ee7

2 files changed

Lines changed: 199 additions & 189 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ authors = [
66
]
77
description = "Work with Spotify Playlists"
88
dependencies = [
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
]
1515
readme = "README.md"
@@ -29,9 +29,9 @@ build-backend = "uv_build"
2929

3030
[dependency-groups]
3131
dev = [
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]

0 commit comments

Comments
 (0)