From 7bacf6f66f943a2f494bef44883f84c4df79d2fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 23:56:56 +0000 Subject: [PATCH] Bump aiocache from 0.11.1 to 0.12.2 Bumps [aiocache](https://github.com/aio-libs/aiocache) from 0.11.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/0.11.1...v0.12.2) --- 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 bbff75f0..53919012 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ jsonschema==4.19.0 Cython==3.0.2 cyvcf2==0.30.22 uvloop==0.17.0 -aiocache==0.11.1 +aiocache==0.12.2 ujson==5.8.0 Authlib==1.2.1 gunicorn==21.2.0 diff --git a/setup.py b/setup.py index 04842642..ff040f51 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ "gunicorn==21.2.0", "uvloop==0.17.0", "cyvcf2==0.30.22", - "aiocache==0.11.1", + "aiocache==0.12.2", "ujson==5.8.0", ], extras_require={