Skip to content

Commit

Permalink
Update redis requirement from ~=4.0 to ~=5.0
Browse files Browse the repository at this point in the history
Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v4.0.0...v5.0.0)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 21, 2023
1 parent c219ce6 commit 3775b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ classifiers = [
]
dependencies = [
"pysolr==3.9.0",
"redis~=4.0",
"redis~=5.0",
"simplemma==0.9.1",
"solrq==1.1.2",
"SPARQL-Burger~=1.0.0",
Expand Down

0 comments on commit 3775b29

Please sign in to comment.