Skip to content

Commit 2cd7c5d

Browse files
build(deps): update aiohttp requirement from >=3.13.5 to >=3.14.1 in /claude-agent-sdk (#117)
build(deps): update aiohttp requirement in /claude-agent-sdk --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 815c4df commit 2cd7c5d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

claude-agent-sdk/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies = [
77
"slack-bolt>=1.28.0",
88
"slack-cli-hooks<1.0.0",
99
"claude-agent-sdk>=0.2.85",
10-
"aiohttp>=3.13.5",
10+
"aiohttp>=3.14.1",
1111
"python-dotenv==1.2.2",
1212
]
1313

claude-agent-sdk/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ slack-sdk==3.42.0
22
slack-bolt>=1.28.0
33
slack-cli-hooks<1.0.0
44
claude-agent-sdk>=0.2.99
5-
aiohttp>=3.14.0
5+
aiohttp>=3.14.1
66
python-dotenv==1.2.2
77

88
pytest

0 commit comments

Comments
 (0)