Skip to content

Commit

Permalink
Bump aioredis from 2.0.0 to 2.0.1 (#24)
Browse files Browse the repository at this point in the history
Bumps [aioredis](https://github.com/aio-libs/aioredis-py) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/aio-libs/aioredis-py/releases)
- [Changelog](https://github.com/aio-libs/aioredis-py/blob/master/CHANGELOG.md)
- [Commits](aio-libs-abandoned/aioredis-py@v2.0.0...v2.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 29, 2021
1 parent 1ca1e1d commit 3706681
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -4,4 +4,4 @@ motor
pyjwt
email-validator
passlib
aioredis==2.0.0
aioredis==2.0.1
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -36,7 +36,7 @@
"databases",
"motor",
"pyjwt",
"aioredis==2.0.0",
"aioredis==2.0.1",
"email-validator",
"passlib",
],
Expand Down

0 comments on commit 3706681

Please sign in to comment.