diff --git a/docs/requirements.txt b/docs/requirements.txt index a6bd28e..6ce72e6 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -14,4 +14,4 @@ mkdocs==1.6.1 mkdocs-material==9.7.7 # Used directly: pymdownx.snippets is how the changelog and the two client # READMEs appear on the site without being copied into docs/. -pymdown-extensions==11.0.1 +pymdown-extensions==11.0.2 diff --git a/pyproject.toml b/pyproject.toml index 8cb1063..6393350 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,10 +20,10 @@ classifiers = [ dependencies = [ "fastapi==0.141.1", - "uvicorn[standard]==0.52.1", - "pydantic==2.13.4", + "uvicorn[standard]==0.52.4", + "pydantic==2.13.5", "pydantic-settings==2.15.0", - "SQLAlchemy==2.0.51", + "SQLAlchemy==2.0.52", "psycopg[binary]==3.3.4", "alembic==1.19.1", "httpx==0.28.1",