Update redis requirement from <6.0.0,>=4.3.3 to >=4.3.3,<7.0.0

Updates the requirements on [redis](https://github.com/redis/redis-py) to permit the latest version.
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](https://github.com/redis/redis-py/compare/v4.3.3...v6.1.0)

---
updated-dependencies:
- dependency-name: redis
  dependency-version: 6.1.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-05-14 04:58:51 +00:00
committed by GitHub
parent 9d78b2a35d
commit e4f5428269

View File

@ -162,7 +162,7 @@ oauth = [
"httpx-oauth >=0.13"
]
redis = [
"redis >=4.3.3,<6.0.0",
"redis >=4.3.3,<7.0.0",
]
[project.urls]