Skip to content

Commit

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

---
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 Oct 2, 2023
1 parent c08b0b3 commit c11ac45
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,3 +1,3 @@
click==8.1.3
redis==4.5.2
redis==5.0.1
structlog==22.3.0
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 c11ac45

Please sign in to comment.