diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index 4576e80..8c841d0 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -1,6 +1,6 @@ -r requirements-lock.txt -hypothesis==6.164.0 +hypothesis==6.165.7 pytest==9.1.1 pytest-cov==7.1.0 -ruff==0.16.1 +ruff==0.16.3 diff --git a/backend/requirements-lock.txt b/backend/requirements-lock.txt index 9e2f3c3..994d570 100644 --- a/backend/requirements-lock.txt +++ b/backend/requirements-lock.txt @@ -1,11 +1,11 @@ annotated-doc==0.0.5 -alembic==1.18.5 +alembic==1.19.1 annotated-types==0.8.0 anyio==4.14.2 argon2-cffi==25.1.0 argon2-cffi-bindings==25.1.0 certifi==2026.7.22 -cffi==2.1.0 +cffi==2.1.1 click==8.4.2 colorama==0.4.6 cryptography==50.0.0 @@ -13,28 +13,28 @@ distro==1.9.0 dnspython==2.8.0 email-validator==2.3.0 fastapi==0.141.1 -greenlet==3.5.4 +greenlet==3.5.5 h11==0.16.0 httpcore==1.0.9 -httpcore2==2.9.1 +httpcore2==2.10.0 httptools==0.8.0 httpx==0.28.1 -httpx2==2.9.1 +httpx2==2.10.0 idna==3.18 jiter==0.16.0 joblib==1.5.3 -Mako==1.3.12 +Mako==1.4.1 MarkupSafe==3.0.3 openai==2.51.0 narwhals==2.24.0 numpy==2.5.2 -packaging==26.2 +packaging==26.3 psycopg==3.3.4 psycopg-binary==3.3.4 -pwdlib==0.3.0 +pwdlib==0.3.1 pycparser==3.0 pydantic==2.13.4 -pydantic_core==2.46.4 +pydantic_core==2.48.0 Pygments==2.20.0 PyJWT==2.13.0 python-dotenv==1.2.2 @@ -42,15 +42,15 @@ PyYAML==6.0.3 sniffio==1.3.1 scikit-learn==1.9.0 scipy==1.18.0 -SQLAlchemy==2.0.51 -sqlglot==30.16.0 -starlette==1.3.1 +SQLAlchemy==2.0.52 +sqlglot==30.17.0 +starlette==1.6.0 threadpoolctl==3.6.0 tqdm==4.70.0 truststore==0.10.4 -typing-inspection==0.4.2 +typing-inspection==0.4.4 typing_extensions==4.16.0 tzdata==2026.3 -uvicorn==0.52.0 +uvicorn==0.52.3 watchfiles==1.2.0 websockets==16.0 diff --git a/backend/requirements.txt b/backend/requirements.txt index 0ac8cb8..f4b8dc0 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,14 +1,14 @@ fastapi>=0.141.1 -uvicorn[standard]>=0.52.0 -SQLAlchemy>=2.0.41 -alembic>=1.18.5 +uvicorn[standard]>=0.52.3 +SQLAlchemy>=2.0.52 +alembic>=1.19.1 psycopg[binary]>=3.3.4 pydantic>=2.11.0 httpx>=0.28.0 -httpx2>=2.9.1 +httpx2>=2.10.0 PyJWT>=2.10.0 -pwdlib[argon2]>=0.3.0 +pwdlib[argon2]>=0.3.1 openai>=2.51.0 cryptography>=50.0.0 scikit-learn>=1.9.0 -sqlglot>=30.16.0 +sqlglot>=30.17.0