From 2ef6088590a7d9f4a2969c1dbbacd9df0072c900 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 May 2023 09:44:33 +0000 Subject: [PATCH] Bump revchatgpt from 4.0.6 to 5.1.0 Bumps [revchatgpt](https://github.com/acheong08/ChatGPT) from 4.0.6 to 5.1.0. - [Release notes](https://github.com/acheong08/ChatGPT/releases) - [Commits](https://github.com/acheong08/ChatGPT/compare/4.0.6...5.1.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 c51a8d0..d0c6d4b 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.1.0 appdirs>=1.4.4 requests>=2.28.2 tabulate>=0.9.0 diff --git a/setup.py b/setup.py index 58cb45c..9f403d6 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.1.0", "appdirs>=1.4.4", "requests>=2.28.2", "tabulate>=0.9.0",