Skip to content

Commit dc42908

Browse files
committed
chore: bump pre-commit hooks and Python dependencies
- Upgraded pre-commit hooks: `ruff-pre-commit` to v0.14.0, `pyproject-fmt` to v2.10.0. - Updated Python dependencies: added support for Python 3.14 and upgraded `filelock`, `httpx-sse`, `idna`, `mcp`, `platformdirs`, `pre-commit-uv`, and `propcache` to latest versions.
1 parent 7a73a9f commit dc42908

File tree

3 files changed

+320
-283
lines changed

3 files changed

+320
-283
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ repos:
1515
hooks:
1616
- id: yamlfmt
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.13.3
18+
rev: v0.14.0
1919
hooks:
2020
- id: ruff
2121
args: [--fix]
2222
- id: ruff-format
2323
- repo: https://github.com/tox-dev/pyproject-fmt
24-
rev: v2.7.0
24+
rev: v2.10.0
2525
hooks:
2626
- id: pyproject-fmt
2727
- repo: https://github.com/pre-commit/mirrors-mypy

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ classifiers = [
2020
"Programming Language :: Python :: 3.11",
2121
"Programming Language :: Python :: 3.12",
2222
"Programming Language :: Python :: 3.13",
23+
"Programming Language :: Python :: 3.14",
2324
]
2425
dependencies = [
2526
"beautifulsoup4>=4.13.3",

0 commit comments

Comments
 (0)