Update redis requirement from ==6.2.* to ==6.3.*

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/v6.2.0...v6.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-08-06 11:46:50 +02:00
committed by Raphael Michel
parent 3508d22591
commit 5a506bfbd6
+1 -1
View File
@@ -88,7 +88,7 @@ dependencies = [
"pytz-deprecation-shim==0.1.*",
"pyuca",
"qrcode==8.2",
"redis==6.2.*",
"redis==6.3.*",
"reportlab==4.4.*",
"requests==2.31.*",
"sentry-sdk==2.34.*",