From be2d3d8f44ac8d4cb2895a900c28c1a8df6c9593 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 15:14:09 +0000 Subject: [PATCH] build(deps): Bump cachetools from 5.3.1 to 5.3.2 Bumps [cachetools](https://github.com/tkem/cachetools) from 5.3.1 to 5.3.2. - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v5.3.1...v5.3.2) --- updated-dependencies: - dependency-name: cachetools dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9b05df938a..f37cbd490e 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'