From 2fea9e302251064d3d7f8439676067216219bb91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jun 2023 02:04:20 +0000 Subject: [PATCH] chore(deps): update bingimagecreator requirement from ~=0.1.5 to ~=0.4.1 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.1.5...0.4.1) --- 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 9fd4dbbb..fae7bb62 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ EdgeGPT==0.3.8.1 aiohttp~=3.8.4 OpenAIAuth~=0.3.6 urllib3~=1.26.15 -BingImageCreator~=0.1.5 +BingImageCreator~=0.4.1 requests~=2.28.2 uuid~=1.30