From 533c729983454a2a3d00170de92eb021ab8f4f76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Dec 2023 04:47:59 +0000 Subject: [PATCH] Bump openai from 1.3.8 to 1.3.9 Bumps [openai](https://github.com/openai/openai-python) from 1.3.8 to 1.3.9. - [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.3.8...v1.3.9) --- updated-dependencies: - dependency-name: openai dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b18926e..c3eea57 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ beautifulsoup4==4.12.2 colorama==0.4.6 EbookLib==0.18 gdown==4.7.1 -openai==1.3.8 +openai==1.3.9 python-dotenv==1.0.0 questionary==2.0.1 tenacity==8.2.3