From 9013e8ecafb55ecb7a91924e96614ba06bd8f587 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 18:56:11 +0000 Subject: [PATCH] Bump revchatgpt from 4.0.6 to 6.8.6 Bumps [revchatgpt](https://github.com/acheong08/ChatGPT) from 4.0.6 to 6.8.6. - [Release notes](https://github.com/acheong08/ChatGPT/releases) - [Commits](https://github.com/acheong08/ChatGPT/compare/4.0.6...6.8.6) --- updated-dependencies: - dependency-name: revchatgpt dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8eb3f0b..add29c0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ numpy>=1.23.4 colorama>=0.4.6 openai>=0.26.4 -revChatGPT==4.0.6 +revChatGPT==6.8.6 appdirs>=1.4.4 requests>=2.28.2 tabulate>=0.9.0 diff --git a/setup.py b/setup.py index 4c32469..e0b40e2 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ "numpy>=1.23.4", "colorama>=0.4.6", "openai>=0.26.4", - "revChatGPT==4.0.6", + "revChatGPT==6.8.6", "appdirs>=1.4.4", "requests>=2.28.2", "tabulate>=0.9.0",