Skip to content

Commit

Permalink
Bump redis from 4.5.2 to 5.0.2
Browse files Browse the repository at this point in the history
Bumps [redis](https://github.com/redis/redis-py) from 4.5.2 to 5.0.2.
- [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.2...v5.0.2)

---
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 Mar 4, 2024
1 parent eb7ed31 commit c487ccb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
click==8.1.3
redis==4.5.2
redis==5.0.2
structlog==22.3.0
croniter
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
with open("README.rst", encoding="utf-8") as file:
long_description = file.read()

install_requires = ["click", "redis>=3.3.0,<5", "structlog"]
install_requires = ["click", "redis>=3.3.0,<6", "structlog"]

tests_require = install_requires + ["freezefrog", "pytest", "psutil"]

Expand Down

0 comments on commit c487ccb

Please sign in to comment.