Skip to content

Commit b45d58a

Browse files
authored
Merge pull request #24 from jkawamoto/bump
Update dependencies and pre-commit hooks
2 parents 7223c21 + acfad65 commit b45d58a

File tree

3 files changed

+84
-84
lines changed

3 files changed

+84
-84
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,27 @@ repos:
88
- id: end-of-file-fixer
99
- id: trailing-whitespace
1010
- repo: https://github.com/google/yamlfmt
11-
rev: v0.16.0
11+
rev: v0.17.0
1212
hooks:
1313
- id: yamlfmt
1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.11.10
15+
rev: v0.11.13
1616
hooks:
1717
- id: ruff
1818
args: [--fix]
1919
- id: ruff-format
2020
- repo: https://github.com/tox-dev/pyproject-fmt
21-
rev: v2.5.1
21+
rev: v2.6.0
2222
hooks:
2323
- id: pyproject-fmt
2424
- repo: https://github.com/pre-commit/mirrors-mypy
25-
rev: v1.15.0
25+
rev: v1.16.0
2626
hooks:
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ requires = [ "hatchling" ]
55

66
[project]
77
name = "mcp-youtube-transcript"
8-
version = "0.3.4"
8+
version = "0.3.5"
99
description = "MCP server retrieving transcripts of YouTube videos"
1010
readme = "README.md"
1111
authors = [
@@ -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"
@@ -51,7 +51,7 @@ line-length = 120
5151
indent = 4
5252

5353
[tool.bumpversion]
54-
current_version = "0.3.4"
54+
current_version = "0.3.5"
5555
commit = true
5656
pre_commit_hooks = [
5757
"uv sync",

0 commit comments

Comments
 (0)