From 5c98f4451e059c0ceab9a6d9ed2334f184ce26d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 01:43:31 +0000 Subject: [PATCH] build(deps): bump openai from 2.29.0 to 2.30.0 Bumps [openai](https://github.com/openai/openai-python) from 2.29.0 to 2.30.0. - [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.29.0...v2.30.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.30.0 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 e0fd143..658b9c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ dependencies = [ "slack-sdk==3.41.0", "slack-bolt==1.27.0", "slack-cli-hooks<1.0.0", - "openai==2.29.0", + "openai==2.30.0", "python-dotenv==1.2.1", ] diff --git a/requirements.txt b/requirements.txt index b646ffd..55ee5f1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ slack-bolt==1.27.0 slack-cli-hooks<1.0.0 # If you use a different LLM vendor, replace this dependency -openai==2.29.0 +openai==2.30.0 pytest==9.0.2 ruff==0.15.7