Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and dralley committed Aug 17, 2023
1 parent 4b24cd9 commit c9c1a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Expand Up @@ -30,7 +30,7 @@ pygtrie>=2.5,<=2.5.0
psycopg[binary]>=3.1.8,<=3.1.10
PyYAML>=5.1.1,<=6.0.1
python-gnupg>=0.5,<=0.5.1
redis>=4.3,<4.6.1
redis>=4.3,<5.0.1
setuptools>=39.2,<68.2.0
url-normalize>=1.4.3,<=1.4.3
uuid6>=2023.5.2,<=2024.1.1
Expand Down

0 comments on commit c9c1a5b

Please sign in to comment.