Skip to content

Commit

Permalink
⬆ Update redis requirement from <4.5.6,>=4.3.3 to >=4.3.3,<4.6.1 (#477)
Browse files Browse the repository at this point in the history
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](redis/redis-py@v4.3.3...v4.6.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 26, 2023
1 parent 9f01c4d commit e1bb062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ metrics = [
"prometheus-client >=0.16.0,<1.0.0",
]
session = [
"redis >=4.3.3,<4.5.6",
"redis >=4.3.3,<4.6.1",
]
cache = [
"python-dateutil==2.8.2",
"redis >=4.3.3,<4.5.6",
"redis >=4.3.3,<4.6.1",
"pytz==2023.3",
]
lint = [
Expand Down

0 comments on commit e1bb062

Please sign in to comment.