Skip to content

Commit 00d78c8

Browse files
chrisguidryclaude
andauthored
Batch dependency updates (#319)
Consolidates 3 Dependabot PRs into one (kept the core dep constraints wide for compatibility, only bumped dev/docs/examples): - prek 0.2.13 → 0.3.1 - mkdocstrings-python 1.18.2 → 2.0.1 - pydantic 2.12.3 → 2.12.5 Supersedes #314, #315, #316 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
1 parent b85c7d4 commit 00d78c8

2 files changed

Lines changed: 149 additions & 147 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ dev = [
5959
"opentelemetry-instrumentation-logging>=0.60b0",
6060
"opentelemetry-instrumentation-redis>=0.60b0",
6161
"opentelemetry-sdk>=1.33.0",
62-
"prek>=0.2.13",
62+
"prek>=0.3.1",
6363
"pyright>=1.1.408",
6464
"pytest>=9.0.2",
6565
"pytest-asyncio>=0.24.0",
@@ -77,11 +77,11 @@ docs = [
7777
"mkdocs>=1.5.3",
7878
"mkdocs-material>=9.7.1",
7979
"mkdocstrings>=0.24.1",
80-
"mkdocstrings-python>=1.8.0",
80+
"mkdocstrings-python>=2.0.1",
8181
]
8282
examples = [
8383
"fastapi>=0.120.0",
84-
"pydantic>=2.11.10",
84+
"pydantic>=2.12.5",
8585
# Security: starlette >=0.49.1 fixes session middleware vulnerability
8686
"starlette>=0.49.1",
8787
"uvicorn>=0.40.0",

0 commit comments

Comments
 (0)