Compare commits

...
Author SHA1 Message Date
dependabot[bot]andGitHub 3a926d40ae Update redis requirement from ==7.4.* to ==8.1.*
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/v7.4.0...v8.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-03 18:16:00 +00:00
+1 -1
View File
@@ -91,7 +91,7 @@ dependencies = [
"pytz-deprecation-shim==0.1.*",
"pyuca",
"qrcode==8.2",
"redis==7.4.*",
"redis==8.1.*",
"reportlab==5.0.*",
"requests==2.34.*",
"sentry-sdk==2.66.*",