From 6b20c0da754474dfccf078b9050d304cf35d1ec7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Nov 2022 09:06:17 +0000 Subject: [PATCH] Update asyncache requirement from ~=0.1.0 to ~=0.3.0 Updates the requirements on [asyncache](https://github.com/tkem/cachetools) to permit the latest version. - [Release notes](https://github.com/tkem/cachetools/releases) - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](https://github.com/tkem/cachetools/compare/v0.1.0...v0.3.0) --- updated-dependencies: - dependency-name: asyncache 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 d096821..5360e69 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ sentry-sdk~=1.1.0 nextcord-pretty-help~=1.3.0 aioredis~=2.0.0 cachetools~=4.2.0 -asyncache~=0.1.0 +asyncache~=0.3.0 asyncstdlib~=3.9.0 sqlalchemy~=1.4.0 asyncpg~=0.23.0