From e414faf6ce710d1b6be5a0ac33bb82f76874aca6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Aug 2023 17:32:32 +0800 Subject: [PATCH] chore(deps): update tinydb requirement from ~=4.7.1 to ~=4.8.0 (#1060) Updates the requirements on [tinydb](https://github.com/msiemens/tinydb) to permit the latest version. - [Release notes](https://github.com/msiemens/tinydb/releases) - [Changelog](https://github.com/msiemens/tinydb/blob/master/docs/changelog.rst) - [Commits](https://github.com/msiemens/tinydb/compare/v4.7.1...v4.8.0) --- updated-dependencies: - dependency-name: tinydb dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e1d391a1..6c5a8c43 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ graiax-silkcoder revChatGPT~=6.8.6 toml~=0.10.2 Pillow>=9.3.0 -tinydb~=4.7.1 +tinydb~=4.8.0 loguru~=0.7.0 asyncio~=3.4.3