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

Commit

Permalink
Bump aiocache from 0.12.1 to 0.12.2
Browse files Browse the repository at this point in the history
Bumps [aiocache](https://github.com/aio-libs/aiocache) from 0.12.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](aio-libs/aiocache@v0.12.1...v0.12.2)

---
updated-dependencies:
- dependency-name: aiocache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 7, 2023
1 parent b281ea2 commit 5d18f2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
asyncio==3.4.3
aiohttp==3.8.5
aiohttp-cors==0.7.0
aiocache==0.12.1
aiocache==0.12.2
aiomcache==0.8.1
ujson==5.8.0
uvloop==0.14.0; python_version < '3.7'
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"asyncio==3.4.3",
"aiohttp==3.8.5",
"aiohttp-cors==0.7.0",
"aiocache==0.12.1",
"aiocache==0.12.2",
"aiomcache==0.8.1",
"ujson==5.8.0",
"uvloop==0.14.0; python_version < '3.7'",
Expand Down

0 comments on commit 5d18f2b

Please sign in to comment.