Skip to content

Commit bb254cb

Browse files
build(deps): bump python-dotenv from 1.2.1 to 1.2.2 in /openai-agents-sdk (#25)
build(deps): bump python-dotenv in /openai-agents-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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a5c4219 commit bb254cb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

openai-agents-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 is installed from a vendored whl — see ../vendor/
88
"slack-cli-hooks<1.0.0",
99
"openai-agents",
10-
"python-dotenv==1.2.1",
10+
"python-dotenv==1.2.2",
1111
]
1212

1313
[project.optional-dependencies]

openai-agents-sdk/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ slack-sdk==3.41.0
22
../vendor/slack_bolt-1.27.0+837e120-py2.py3-none-any.whl
33
slack-cli-hooks<1.0.0
44
openai-agents
5-
python-dotenv==1.2.1
5+
python-dotenv==1.2.2
66

77
pytest
88
ruff==0.15.5

0 commit comments

Comments
 (0)