Skip to content

Commit 2b0e616

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
fastapi==0.92.0
22
aiohttp==3.8.3
3-
aiocache==0.11.1
3+
aiocache==0.12.0
44
uvicorn==0.19.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
long_description_content_type="text/markdown",
1212
author="Tert0",
1313
license="MIT",
14-
install_requires=["fastapi==0.92.0", "aiohttp==3.8.3", "aiocache==0.11.1"],
14+
install_requires=["fastapi==0.92.0", "aiohttp==3.8.3", "aiocache==0.12.0"],
1515
python_requires=">=3.5",
1616
url="https://github.com/Tert0/fastapi-discord",
1717
)

0 commit comments

Comments
 (0)