From f77bb366008c11e8a2ca4c584d8daa7c38e6a3a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jul 2023 08:40:30 +0000 Subject: [PATCH] Bump aiocache from 0.11.1 to 0.12.1 Bumps [aiocache](https://github.com/aio-libs/aiocache) from 0.11.1 to 0.12.1. - [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/0.11.1...v0.12.1) --- updated-dependencies: - dependency-name: aiocache dependency-type: direct:production update-type: version-update:semver-minor ... 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 8feca5fd..05af10c4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ jsonschema==4.18.3 Cython==3.0.0 cyvcf2==0.30.22 uvloop==0.17.0 -aiocache==0.11.1 +aiocache==0.12.1 ujson==5.8.0 Authlib==1.2.1 gunicorn==21.0.1 diff --git a/setup.py b/setup.py index 5f0afd91..95b944ae 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ "gunicorn==21.0.1", "uvloop==0.17.0", "cyvcf2==0.30.22", - "aiocache==0.11.1", + "aiocache==0.12.1", "ujson==5.8.0", ], extras_require={