Suppress third-party deprecation warnings in pytest
Add filterwarnings to pyproject.toml to ignore known deprecation
warnings from frontmatter, google.genai, and desktop_notifier on
Python 3.14+. Reduces test warnings from 795 to 2 residual
import-time warnings that can't be filtered.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>