Skip to content

Commit

Permalink
Bump redis from 4.5.5 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.5 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.5...v5.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 31, 2023
1 parent 06e0a24 commit 5b459b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def readme():
"influxdb==5.3.1",
"influxdb-client[async]==1.36.1",
"pymssql==2.2.7",
"redis==4.5.5",
"redis==5.0.1",
"duckdb==0.8.1",
"deltalake==0.12.0"
],
Expand All @@ -162,7 +162,7 @@ def readme():
"redis": [
"jsonpath-rw==1.4.0",
"jsonpath-rw-ext==1.2.2",
"redis==4.5.5",
"redis==5.0.1",
"aioredis==2.0.1",
"hiredis==2.2.3",
"objectpath==0.6.1",
Expand Down Expand Up @@ -242,7 +242,7 @@ def readme():
"jsonpath-rw==1.4.0",
"jsonpath-rw-ext==1.2.2",
"aioredis==2.0.1",
"redis==4.5.5",
"redis==5.0.1",
"objectpath==0.6.1",
"rethinkdb==2.4.9",
"aiopg==1.4.0",
Expand Down

0 comments on commit 5b459b4

Please sign in to comment.