From e9df34e337da0b5b34b4ad463bd47fd37208f982 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 19:31:08 +0000 Subject: [PATCH] chore(deps): update bingimagecreator requirement from ~=0.4.2 to ~=0.5.0 Updates the requirements on [bingimagecreator](https://github.com/acheong08/BingImageCreator) to permit the latest version. - [Release notes](https://github.com/acheong08/BingImageCreator/releases) - [Commits](https://github.com/acheong08/BingImageCreator/compare/0.4.2...0.5.0) --- updated-dependencies: - dependency-name: bingimagecreator dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ab4a0f6..9d87a06 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ EdgeGPT==0.8.2 aiohttp~=3.8.4 OpenAIAuth~=1.0.2 urllib3~=1.26.15 -BingImageCreator~=0.4.2 +BingImageCreator~=0.5.0 requests~=2.31.0 uuid~=1.30