Skip to content

Commit e6b63df

Browse files
build(deps): bump python-dotenv from 1.2.1 to 1.2.2 in /claude-agent-sdk
Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3d507de commit e6b63df

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
@@ -8,7 +8,7 @@ dependencies = [
88
"slack-cli-hooks<1.0.0",
99
"claude-agent-sdk>=0.1.36",
1010
"aiohttp>=3.13.3",
11-
"python-dotenv==1.2.1",
11+
"python-dotenv==1.2.2",
1212
]
1313

1414
[project.optional-dependencies]

claude-agent-sdk/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ slack-sdk==3.40.1
33
slack-cli-hooks<1.0.0
44
claude-agent-sdk>=0.1.36
55
aiohttp>=3.13.3
6-
python-dotenv==1.2.1
6+
python-dotenv==1.2.2
77

88
pytest
99
ruff==0.15.4

0 commit comments

Comments
 (0)