Skip to content

Commit 5a91e79

Browse files
build(deps): bump openai from 2.30.0 to 2.31.0 (#69)
Bumps [openai](https://github.com/openai/openai-python) from 2.30.0 to 2.31.0. - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](openai/openai-python@v2.30.0...v2.31.0) --- updated-dependencies: - dependency-name: openai dependency-version: 2.31.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2df6bba commit 5a91e79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies = [
66
"slack-sdk==3.41.0",
77
"slack-bolt==1.28.0",
88
"slack-cli-hooks<1.0.0",
9-
"openai==2.30.0",
9+
"openai==2.31.0",
1010
"python-dotenv==1.2.1",
1111
]
1212

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ slack-bolt==1.28.0
33
slack-cli-hooks<1.0.0
44

55
# If you use a different LLM vendor, replace this dependency
6-
openai==2.30.0
6+
openai==2.31.0
77

88
pytest==9.0.2
99
ruff==0.15.9

0 commit comments

Comments
 (0)