Skip to content

Commit a0a2f96

Browse files
authored
chore(deps): bump aiohttp, lxml, and tomlkit (#32)
Consolidates three reviewed Dependabot bumps into one PR: - aiohttp 3.13.4 -> 3.13.5 (bugfix patch) - lxml 6.1.0 -> 6.1.1 (patch; transitive binary-wheel dep) - tomlkit 0.14.0 -> 0.15.0 (minor; we use only loads/dumps/TOMLKitError) uv.lock regenerated with no transitive changes. Replaces #2, #19, #5.
1 parent a3f9600 commit a0a2f96

2 files changed

Lines changed: 156 additions & 156 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ classifiers = [
2424
dependencies = [
2525
"agent-client-protocol==0.8.0",
2626
"aiofiles>=24.0,<26.0",
27-
"aiohttp==3.13.4",
27+
"aiohttp==3.13.5",
2828
"typer==0.21.1",
2929
"pythinker-core[contrib]==1.1.1",
3030
# notify-py (via batrachian-toad) caps loguru at <=0.6.0 on 3.14+.
@@ -39,15 +39,15 @@ dependencies = [
3939
"streamingjson==0.0.5",
4040
"trafilatura==2.0.0",
4141
# lxml is used by trafilatura/htmldate/justext; keep pinned for binary wheels.
42-
"lxml==6.1.0",
42+
"lxml==6.1.1",
4343
"tenacity==9.1.4",
4444
"fastmcp==3.2.0",
4545
"pydantic==2.13.4",
4646
"httpx[socks]==0.28.1",
4747
"pythinker-host==1.0.0",
4848
"pythinker-review==0.1.0",
4949
"batrachian-toad==0.5.23; python_version >= \"3.14\"",
50-
"tomlkit==0.14.0",
50+
"tomlkit==0.15.0",
5151
"jinja2==3.1.6",
5252
"pyobjc-framework-cocoa>=12.1 ; sys_platform == 'darwin'",
5353
"fastapi>=0.115.0",

0 commit comments

Comments
 (0)