Skip to content

Commit

Permalink
Bump aiomcache from 0.8.0 to 0.8.1
Browse files Browse the repository at this point in the history
Bumps [aiomcache](https://github.com/aio-libs/aiomcache) from 0.8.0 to 0.8.1.
- [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.8.0...v0.8.1)

---
updated-dependencies:
- dependency-name: aiomcache
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 13, 2023
1 parent ba4a4e6 commit 17c94b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def readme():
extras_require = {
"memcache": [
"pylibmc==1.6.3",
"aiomcache==0.8.0",
"aiomcache==0.8.1",
],
"gdrive": [
'PyDrive==1.3.1',
Expand Down Expand Up @@ -155,7 +155,7 @@ def readme():
'python-logstash-async==2.5.0',
'aiologstash==2.0.0',
'PyYAML>=6.0',
"aiomcache==0.8.0",
"aiomcache==0.8.1",
]
},
ext_modules=cythonize(extensions),
Expand Down

0 comments on commit 17c94b9

Please sign in to comment.