fix: update dependency to prevent rediss:// failure (#19488)

* Update pyproject.toml

* Update requirements.txt

* Update requirements-min.txt
This commit is contained in:
Classic298 2025-11-25 22:28:58 +01:00 committed by GitHub
parent 8b2015a97b
commit 4df5b7eb2e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ pydantic==2.11.9
python-multipart==0.0.20
itsdangerous==2.2.0
python-socketio==5.14.0
python-socketio==5.15.0
python-jose==3.5.0
cryptography
bcrypt==5.0.0

View file

@ -4,7 +4,7 @@ pydantic==2.11.9
python-multipart==0.0.20
itsdangerous==2.2.0
python-socketio==5.14.0
python-socketio==5.15.0
python-jose==3.5.0
cryptography
bcrypt==5.0.0

View file

@ -12,7 +12,7 @@ dependencies = [
"python-multipart==0.0.20",
"itsdangerous==2.2.0",
"python-socketio==5.14.0",
"python-socketio==5.15.0",
"python-jose==3.5.0",
"cryptography",
"bcrypt==5.0.0",