Skip to content

Commit

Permalink
Merge pull request #837 from phenobarbital/dependabot/pip/redis-5.0.1
Browse files Browse the repository at this point in the history
Bump redis from 4.5.5 to 5.0.1
  • Loading branch information
phenobarbital authored Dec 6, 2023
2 parents 7ef2d92 + 99632cd commit b35266c
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.39.0",
"pymssql==2.2.7",
"redis==4.5.5",
"redis==5.0.1",
"duckdb==0.8.1",
"deltalake==0.13.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 b35266c

Please sign in to comment.