From 5d18f2b070f121d2397cdc28a1d709a55b58d089 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 08:23:44 +0000 Subject: [PATCH] Bump aiocache from 0.12.1 to 0.12.2 Bumps [aiocache](https://github.com/aio-libs/aiocache) from 0.12.1 to 0.12.2. - [Release notes](https://github.com/aio-libs/aiocache/releases) - [Changelog](https://github.com/aio-libs/aiocache/blob/master/.gitchangelog.rc) - [Commits](https://github.com/aio-libs/aiocache/compare/v0.12.1...v0.12.2) --- updated-dependencies: - dependency-name: aiocache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index cde673d..d30adcb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ asyncio==3.4.3 aiohttp==3.8.5 aiohttp-cors==0.7.0 -aiocache==0.12.1 +aiocache==0.12.2 aiomcache==0.8.1 ujson==5.8.0 uvloop==0.14.0; python_version < '3.7' diff --git a/setup.py b/setup.py index 371b117..9110511 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ "asyncio==3.4.3", "aiohttp==3.8.5", "aiohttp-cors==0.7.0", - "aiocache==0.12.1", + "aiocache==0.12.2", "aiomcache==0.8.1", "ujson==5.8.0", "uvloop==0.14.0; python_version < '3.7'",