diff --git a/dashboard/backend/requirements.txt b/dashboard/backend/requirements.txt index b5aecd3..2c87396 100644 --- a/dashboard/backend/requirements.txt +++ b/dashboard/backend/requirements.txt @@ -10,10 +10,10 @@ alembic==1.19.1 python-jose[cryptography]>=3.5.0 bcrypt==5.* python-multipart>=0.0.32 -aiofiles==24.1.0 -websockets==15.0.1 -redis==5.2.0 -rq==1.16.2 +aiofiles==25.1.0 +websockets==17.1 +redis==8.1.0 +rq==2.12.0 celery==5.6.3 flower==2.1.0 pytest==9.1.1 @@ -25,13 +25,13 @@ httpx==0.28.1 allure-pytest==2.16.0 psycopg2-binary==2.9.12 python-dotenv==1.2.2 -structlog==24.4.0 +structlog==26.1.0 locust==2.46.4 stripe==15.6.1 email-validator==2.3.0 bleach==6.4.0 prometheus-client==0.26.0 pyotp==2.9.0 -qrcode[pil]==7.4.2 +qrcode[pil]==8.2 aiohttp>=3.14.3 browser-use==0.13.*