diff --git a/requirements-dev.txt b/requirements-dev.txt index 1db9d30..1c375ce 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,8 +3,8 @@ black==26.5.1 httpx==0.28.1 isort==8.0.1 -mypy==2.1.0 -pytest==9.0.3 +mypy==2.3.0 +pytest==9.1.1 pytest-cov==7.1.0 -ruff==0.15.16 +ruff==0.16.2 types-passlib==1.7.7.20260211 diff --git a/requirements.txt b/requirements.txt index 96a7a1a..ce179d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,31 +1,31 @@ -alembic==1.18.4 -annotated-doc==0.0.4 -annotated-types==0.7.0 +alembic==1.19.1 +annotated-doc==0.0.5 +annotated-types==0.8.0 argon2-cffi==25.1.0 -anyio==4.13.0 -bcrypt==3.2.2 -cffi==2.0.0 -click==8.3.2 -fastapi==0.135.3 -greenlet==3.4.0 +anyio==4.14.2 +bcrypt==5.0.0 +cffi==2.1.1 +click==8.4.2 +fastapi==0.141.1 +greenlet==3.5.4 h11==0.16.0 -idna==3.15 -Mako==1.3.12 +idna==3.18 +Mako==1.4.1 MarkupSafe==3.0.3 passlib==1.7.4 -psycopg2-binary==2.9.11 +psycopg2-binary==2.9.12 pyasn1==0.6.4 pycparser==3.0 -pydantic==2.12.5 -pydantic-settings==2.14.2 -pydantic_core==2.41.5 +pydantic==2.13.4 +pydantic-settings==2.15.0 +pydantic_core==2.48.0 python-dotenv==1.2.2 PyJWT==2.13.0 -python-multipart==0.0.31 +python-multipart==0.0.32 rsa==4.9.1 six==1.17.0 -SQLAlchemy==2.0.49 -starlette==1.3.1 +SQLAlchemy==2.0.51 +starlette==1.6.0 typing-inspection==0.4.2 -typing_extensions==4.15.0 -uvicorn==0.44.0 +typing_extensions==4.16.0 +uvicorn==0.52.1