Skip to content

Commit

Permalink
Bump redis from 4.5.2 to 5.0.7
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.7.
- [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.7)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 1, 2024
1 parent ede958a commit c70442e
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.7
redis==4.5.2
redis==5.0.7
structlog==24.1.0
croniter
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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>=5.0.7,<6", "structlog"]

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

Expand Down

0 comments on commit c70442e

Please sign in to comment.