Skip to content

Commit b3e4d23

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

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
]
77
description = "Work with Spotify Playlists"
88
dependencies = [
9-
"click>=8.3.2", # CLI framework
9+
"click>=8.3.3", # CLI framework
1010
"python-dotenv>=1.2.2", #
1111
"pyyaml>=6.0.3", #
1212
"rich>=15.0.0", # Console display and color
@@ -24,18 +24,18 @@ classifiers = [
2424
]
2525

2626
[build-system]
27-
requires = ["uv_build >= 0.11.6, <0.12"]
27+
requires = ["uv_build >= 0.11.8, <0.12"]
2828
build-backend = "uv_build"
2929

3030
[dependency-groups]
3131
dev = [
3232
"bandit[toml]>=1.9.4", # Security assessment
33-
"mypy>=1.20.1", # Python typing
33+
"mypy>=1.20.2", # Python typing
3434
"pytest>=9.0.3", # Testing framework
3535
"pytest-cov>=7.1.0", # Test coverage
3636
"pytest-mock>=3.15.1",
37-
"ruff>=0.15.10", # Linter and Formatter for Python
38-
"ty>=0.0.31", #
37+
"ruff>=0.15.12", # Linter and Formatter for Python
38+
"ty>=0.0.34", #
3939
"types-pyyaml>=6.0.12.20260408", # Stub with types for PyYAML
4040
]
4141

0 commit comments

Comments
 (0)