Skip to content

Commit

Permalink
[noissue]: Update redis requirement from <5.0.7,>=4.3 to >=4.3,<5.0.8
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.0...v5.0.7)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mdellweg committed Jun 27, 2024
1 parent 3f0ba6b commit b2e4e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ psycopg[binary]>=3.1.8,<=3.1.19
pyparsing>=3.1.0,<=3.1.2
python-gnupg>=0.5,<=0.5.2
PyYAML>=5.1.1,<=6.0.1
redis>=4.3,<5.0.7
redis>=4.3,<5.0.8
setuptools>=39.2,<70.2.0
tablib<3.6.0
url-normalize>=1.4.3,<=1.4.3
Expand Down

0 comments on commit b2e4e22

Please sign in to comment.