Skip to content

Commit

Permalink
Bump redis from 4.6.0 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [redis](https://github.com/redis/redis-py) from 4.6.0 to 5.0.0.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v4.6.0...v5.0.0)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 1, 2023
1 parent b1b221c commit a4e8f76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
dependencies = [
"aiohttp-session==2.12.0",
"aiohttp==3.8.5",
"redis==4.6.0",
"redis==5.0.0",
"asyncpg==0.28.0",
"certifi==2023.7.22",
"click==8.1.6",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiohttp==3.8.5
aiohttp-session==2.12.0
redis==4.6.0
redis==5.0.0
asyncpg==0.28.0
certifi==2023.7.22
click==8.1.6
Expand Down

0 comments on commit a4e8f76

Please sign in to comment.