diff --git a/dashboard/backend/requirements.txt b/dashboard/backend/requirements.txt index b5aecd3..b55c26f 100644 --- a/dashboard/backend/requirements.txt +++ b/dashboard/backend/requirements.txt @@ -4,9 +4,9 @@ uvicorn[standard]==0.52.4 sqlalchemy==2.0.52 asyncpg==0.31.0 aiosqlite==0.22.1 -pydantic==2.12.5 +pydantic==2.13.5 pydantic-settings==2.15.0 -alembic==1.19.1 +alembic==1.19.2 python-jose[cryptography]>=3.5.0 bcrypt==5.* python-multipart>=0.0.32 @@ -24,14 +24,14 @@ playwright==1.62.0 httpx==0.28.1 allure-pytest==2.16.0 psycopg2-binary==2.9.12 -python-dotenv==1.2.2 +python-dotenv==1.2.3 structlog==24.4.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 +pyotp==2.10.0 qrcode[pil]==7.4.2 aiohttp>=3.14.3 browser-use==0.13.*