Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 31, 2023
1 parent 04cd4a3 commit 1ab45e7
Show file tree
Hide file tree
Showing 3 changed files with 188 additions and 167 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ autopep8 = "*"
spotipy = "~=2.23"
bottle = "~=0.12"
jinja2 = "~=3.1"
redis = "~=4.5"
redis = "~=5.0"

[requires]
python_version = "3.10"
Loading

0 comments on commit 1ab45e7

Please sign in to comment.