From 154d5e021af6a9ddb8bf9dc6a60c0c2469a58035 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Nov 2022 09:07:27 +0000 Subject: [PATCH] Update asyncache requirement from ~=0.1.0 to ~=0.3.1 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.1) --- 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..3cc406e 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.1 asyncstdlib~=3.9.0 sqlalchemy~=1.4.0 asyncpg~=0.23.0