From 749cdc35204a1bf1a380a51080c509c6663b7500 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 01:46:26 +0000 Subject: [PATCH] build(deps): bump openai from 2.53.0 to 3.3.1 Bumps [openai](https://github.com/openai/openai-python) from 2.53.0 to 3.3.1. - [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/v2.53.0...v3.3.1) --- updated-dependencies: - dependency-name: openai dependency-version: 3.3.1 dependency-type: direct:production update-type: version-update:semver-major ... 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 6ee28c6..1d18325 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ dependencies = [ "slack-sdk==3.43.0", "slack-bolt==1.30.0", "slack-cli-hooks<1.0.0", - "openai==2.53.0", + "openai==3.3.1", "python-dotenv==1.2.3", ] diff --git a/requirements.txt b/requirements.txt index cfe4be3..58e0595 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==2.53.0 +openai==3.3.1 pytest==9.1.1 ruff==0.16.4