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,7 +6,7 @@ authors = [
66]
77description = " Work with Spotify Playlists"
88dependencies = [
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" ]
2828build-backend = " uv_build"
2929
3030[dependency-groups ]
3131dev = [
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
You can’t perform that action at this time.
0 commit comments