From 446b089e003af58cabca2f1235782d5a3c139319 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 23:07:20 +0000 Subject: [PATCH] [PIP]: Bump openai from 0.26.4 to 0.27.8 Bumps [openai](https://github.com/openai/openai-python) from 0.26.4 to 0.27.8. - [Release notes](https://github.com/openai/openai-python/releases) - [Commits](https://github.com/openai/openai-python/compare/v0.26.4...v0.27.8) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0041e6a..7b8ed2f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ ts3API[ssh]==0.9.4 # https://github.com/openai/openai-python -openai==0.26.4 +openai==0.27.8 # Required for the GitHub workflow "PyLint" and when writing new code. # Should be pinned to a specific version as newer versions might have new or changed linting rules.