From 330e82c9b92cd9fb3f1ba467bf80e5cc18fb892d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 23:16:07 +0800 Subject: [PATCH] build(deps): Bump cachetools from 5.3.1 to 5.3.2 (#368) 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 122d16caf8..2d6db0d411 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,7 +34,7 @@ APScheduler==3.10.4 python-dotenv==0.21.0 multidict==6.0.4 asyncstdlib==3.10.9 -cachetools==5.3.1 +cachetools==5.3.2 CJKwrap==2.2 typing-extensions==4.8.0 uvloop==0.19.0; sys_platform!='win32' and sys_platform!='cygwin' and sys_platform!='cli'