Skip to content
This repository was archived by the owner on Oct 23, 2023. It is now read-only.

Commit f77bb36

Browse files
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](aio-libs/aiocache@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] <support@github.com>
1 parent f8914c4 commit f77bb36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jsonschema==4.18.3
55
Cython==3.0.0
66
cyvcf2==0.30.22
77
uvloop==0.17.0
8-
aiocache==0.11.1
8+
aiocache==0.12.1
99
ujson==5.8.0
1010
Authlib==1.2.1
1111
gunicorn==21.0.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"gunicorn==21.0.1",
4545
"uvloop==0.17.0",
4646
"cyvcf2==0.30.22",
47-
"aiocache==0.11.1",
47+
"aiocache==0.12.1",
4848
"ujson==5.8.0",
4949
],
5050
extras_require={

0 commit comments

Comments
 (0)