Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot]
e80d7222e7 Update redis requirement from ==7.1.* to ==7.2.*
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.1.0...v7.2.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-22 16:02:06 +00:00

View File

@@ -89,7 +89,7 @@ dependencies = [
"pytz-deprecation-shim==0.1.*",
"pyuca",
"qrcode==8.2",
"redis==7.1.*",
"redis==7.2.*",
"reportlab==4.4.*",
"requests==2.32.*",
"sentry-sdk==2.53.*",