From f5316d4d276e9ba6c44529cbdce85e4a2176b192 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 18:57:51 +0000 Subject: [PATCH] Bump openai from 1.8.0 to 1.9.0 Bumps [openai](https://github.com/openai/openai-python) from 1.8.0 to 1.9.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/v1.8.0...v1.9.0) --- 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 bf3415b..8b9a705 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ beautifulsoup4==4.12.3 colorama==0.4.6 EbookLib==0.18 gdown==4.7.3 -openai==1.8.0 +openai==1.9.0 python-dotenv==1.0.1 questionary==2.0.1 tenacity==8.2.3