From c11a155f3f35552cb1c122c52714532f16ec20c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Sep 2026 01:42:58 +0000 Subject: [PATCH] build(deps): bump openai from 3.15.0 to 3.16.2 Bumps [openai](https://github.com/openai/openai-python) from 3.15.0 to 3.16.2. - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](https://github.com/openai/openai-python/compare/v3.15.0...v3.16.2) --- updated-dependencies: - dependency-name: openai dependency-version: 3.16.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 07afeda..71fefc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ dependencies = [ "slack-sdk==3.44.1", "slack-bolt==1.30.0", "slack-cli-hooks<1.0.0", - "openai==3.15.0", + "openai==3.16.2", "python-dotenv==1.2.3", ] diff --git a/requirements.txt b/requirements.txt index 0b3555a..9a72c5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ slack-bolt==1.30.0 slack-cli-hooks<1.0.0 # If you use a different LLM vendor, replace this dependency -openai==3.15.0 +openai==3.16.2 pytest==9.1.1 ruff==0.16.8