From ee836a513e4330e136f0ace6f5113bafa34b3d67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 14:25:50 +0000 Subject: [PATCH] Bump aiocache from 0.11.1 to 0.12.0 Bumps [aiocache](https://github.com/aio-libs/aiocache) from 0.11.1 to 0.12.0. - [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.0) --- 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 d985d333..1ee9da67 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ jsonschema==4.17.3 Cython==0.29.34 cyvcf2==0.30.18 uvloop==0.17.0 -aiocache==0.11.1 +aiocache==0.12.0 ujson==5.7.0 Authlib==1.2.0 gunicorn==20.1.0 diff --git a/setup.py b/setup.py index 6b84fbdd..db2c2c95 100644 --- a/setup.py +++ b/setup.py @@ -45,7 +45,7 @@ "gunicorn==20.1.0", "uvloop==0.17.0", "cyvcf2==0.30.18", - "aiocache==0.11.1", + "aiocache==0.12.0", "ujson==5.7.0", ], extras_require={