Skip to content

Commit 8febdb1

Browse files
committed
chore: update dependencies in pre-commit, pyproject.toml, and lock files
Upgraded various dependency versions to ensure compatibility and leverage the latest features and bug fixes. This includes notable updates for `mcp`, `pytest`, `pydantic`, and `youtube-transcript-api`, among others. Also regenerated `.pre-commit-config.yaml` and lock files to reflect changes.
1 parent 7223c21 commit 8febdb1

File tree

3 files changed

+77
-77
lines changed

3 files changed

+77
-77
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ repos:
2727
- id: mypy
2828
args: []
2929
additional_dependencies:
30-
- "mcp>=1.4"
31-
- "youtube-transcript-api>=1.0.3"
30+
- "mcp>=1.9"
31+
- "youtube-transcript-api>=1.1.0"
3232
- "beautifulsoup4>=4.13.3"
3333
- "rich-click>=1.8.8"
3434
- "pytest>=8.3.5"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"pydantic>=2.10.6",
2929
"requests>=2.32.3",
3030
"rich-click>=1.8.8",
31-
"youtube-transcript-api>=1.0.3",
31+
"youtube-transcript-api>=1.1",
3232
]
3333

3434
scripts.mcp-youtube-transcript = "mcp_youtube_transcript.cli:main"

0 commit comments

Comments
 (0)