Skip to content

Commit

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

---
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 Apr 11, 2024
1 parent eb96510 commit df45f45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-transitive.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ python-dateutil==2.9.0.post0
python-json-logger==2.0.7
PyYAML==6.0.1
reddit-cqlmapper==0.3.0
redis==3.5.3
redis==5.0.3
redis-py-cluster==2.1.3
regex==2020.11.13
requests==2.31.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"memcache": ["pymemcache>=1.3.0,<1.4.4"],
"prometheus": ["prometheus-client>=0.12.0,<1.0"],
"pyramid": ["pyramid>=1.10.8,<2.0"],
"redis": ["redis>=2.10.0,<4.0.0"],
"redis": ["redis>=2.10.0,<6.0.0"],
"redis-py-cluster": ["redis-py-cluster>=2.1.2,<3.0.0"],
"refcycle": ["objgraph>=3.6.0"],
"requests": ["advocate>=1.0.0,<2.0"],
Expand Down

0 comments on commit df45f45

Please sign in to comment.