From 6eda50ba94c4dd2d968a7a2e8b2caad3dbe46e1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 22:29:35 +0000 Subject: [PATCH] chore(deps): bump python-dotenv in /openai-agents-sdk Bumps [python-dotenv](https://github.com/theskumar/python-dotenv) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](https://github.com/theskumar/python-dotenv/compare/v1.2.2...v1.2.3) --- updated-dependencies: - dependency-name: python-dotenv dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- openai-agents-sdk/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openai-agents-sdk/pyproject.toml b/openai-agents-sdk/pyproject.toml index 5ba96b6..1190d0e 100644 --- a/openai-agents-sdk/pyproject.toml +++ b/openai-agents-sdk/pyproject.toml @@ -7,7 +7,7 @@ dependencies = [ "slack-bolt==1.30.0", "slack-cli-hooks==0.3.0", "openai-agents==0.21.0", - "python-dotenv==1.2.2", + "python-dotenv==1.2.3", ] [project.optional-dependencies]