From 5b0e72c26e642c7ece121dc2475e6fa5efbaef6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 19:02:56 +0000 Subject: [PATCH] Bump revchatgpt from 4.0.6 to 5.3.2 Bumps [revchatgpt](https://github.com/acheong08/ChatGPT) from 4.0.6 to 5.3.2. - [Release notes](https://github.com/acheong08/ChatGPT/releases) - [Commits](https://github.com/acheong08/ChatGPT/compare/4.0.6...5.3.2) --- 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 c51a8d0..5b3f0a3 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.3.2 appdirs>=1.4.4 requests>=2.28.2 tabulate>=0.9.0 diff --git a/setup.py b/setup.py index 58cb45c..4072212 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.3.2", "appdirs>=1.4.4", "requests>=2.28.2", "tabulate>=0.9.0",