From aeb6d4179e62db88b233531e2c4747087c9b7af7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Apr 2023 13:42:19 +0000 Subject: [PATCH] Bump revchatgpt from 4.0.6 to 5.0.0 Bumps [revchatgpt](https://github.com/acheong08/ChatGPT) from 4.0.6 to 5.0.0. - [Release notes](https://github.com/acheong08/ChatGPT/releases) - [Commits](https://github.com/acheong08/ChatGPT/compare/4.0.6...5.0.0) --- 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 63fbcfd..8f55abf 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==5.0.0 appdirs>=1.4.4 requests>=2.28.2 tabulate>=0.9.0 diff --git a/setup.py b/setup.py index 6b8c780..f090b23 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ "numpy>=1.23.4", "colorama>=0.4.6", "openai>=0.26.4", - "revChatGPT==4.0.6", + "revChatGPT==5.0.0", "appdirs>=1.4.4", "requests>=2.28.2", "tabulate>=0.9.0",