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

Commit

Permalink
Bump aiomcache from 0.7.0 to 0.8.0
Browse files Browse the repository at this point in the history
Bumps [aiomcache](https://github.com/aio-libs/aiomcache) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/aio-libs/aiomcache/releases)
- [Changelog](https://github.com/aio-libs/aiomcache/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiomcache@v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: aiomcache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 12, 2022
1 parent 4a8c822 commit bc8664e
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
Expand Up @@ -2,7 +2,7 @@ asyncio==3.4.3
aiohttp==3.8.3
aiohttp-cors==0.7.0
aiocache==0.11.1
aiomcache==0.7.0
aiomcache==0.8.0
ujson==5.6.0
uvloop==0.14.0; python_version < '3.7'
uvloop==0.17.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 @@ -33,7 +33,7 @@
"aiohttp==3.8.3",
"aiohttp-cors==0.7.0",
"aiocache==0.11.1",
"aiomcache==0.7.0",
"aiomcache==0.8.0",
"ujson==5.6.0",
"uvloop==0.14.0; python_version < '3.7'",
"uvloop==0.17.0; python_version >= '3.7'",
Expand Down

0 comments on commit bc8664e

Please sign in to comment.