From bf9a5320dcdc7acfb2ade2bf4b962ee433667cc4 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sun, 9 Feb 2025 11:55:19 +0100 Subject: [PATCH] Latest requirements --- requirements-server.txt | 21 ++++++++++----------- requirements.txt | 21 ++++++++++----------- 2 files changed, 20 insertions(+), 22 deletions(-) diff --git a/requirements-server.txt b/requirements-server.txt index d641c2c..6100b3f 100644 --- a/requirements-server.txt +++ b/requirements-server.txt @@ -2,12 +2,12 @@ # uv pip compile requirements-server.in annotated-types==0.7.0 # via pydantic -anyio==4.7.0 +anyio==4.8.0 # via # httpx # starlette # watchfiles -certifi==2024.12.14 +certifi==2025.1.31 # via # httpcore # httpx @@ -20,7 +20,7 @@ dnspython==2.7.0 # via email-validator email-validator==2.2.0 # via fastapi -fastapi==0.115.6 +fastapi==0.115.8 # via -r requirements.in fastapi-cli==0.0.7 # via fastapi @@ -51,15 +51,15 @@ mdurl==0.1.2 # via markdown-it-py packaging==24.2 # via gunicorn -pydantic==2.10.4 +pydantic==2.10.6 # via # fastapi # pydantic-settings pydantic-core==2.27.2 # via pydantic -pydantic-settings==2.7.0 +pydantic-settings==2.7.1 # via -r requirements.in -pygments==2.18.0 +pygments==2.19.1 # via rich python-dotenv==1.0.1 # via @@ -73,19 +73,18 @@ rich==13.9.4 # via # rich-toolkit # typer -rich-toolkit==0.12.0 +rich-toolkit==0.13.2 # via fastapi-cli shellingham==1.5.4 # via typer sniffio==1.3.1 # via anyio -starlette==0.41.3 +starlette==0.45.3 # via fastapi typer==0.15.1 # via fastapi-cli typing-extensions==4.12.2 # via - # anyio # fastapi # pydantic # pydantic-core @@ -97,7 +96,7 @@ uvicorn==0.34.0 # fastapi-cli uvloop==0.21.0 # via uvicorn -watchfiles==1.0.3 +watchfiles==1.0.4 # via uvicorn -websockets==14.1 +websockets==14.2 # via uvicorn diff --git a/requirements.txt b/requirements.txt index d49bd61..af177ce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,12 +2,12 @@ # uv pip compile requirements.in annotated-types==0.7.0 # via pydantic -anyio==4.7.0 +anyio==4.8.0 # via # httpx # starlette # watchfiles -certifi==2024.12.14 +certifi==2025.1.31 # via # httpcore # httpx @@ -20,7 +20,7 @@ dnspython==2.7.0 # via email-validator email-validator==2.2.0 # via fastapi -fastapi==0.115.6 +fastapi==0.115.8 # via -r requirements.in fastapi-cli==0.0.7 # via fastapi @@ -47,15 +47,15 @@ markupsafe==3.0.2 # via jinja2 mdurl==0.1.2 # via markdown-it-py -pydantic==2.10.4 +pydantic==2.10.6 # via # fastapi # pydantic-settings pydantic-core==2.27.2 # via pydantic -pydantic-settings==2.7.0 +pydantic-settings==2.7.1 # via -r requirements.in -pygments==2.18.0 +pygments==2.19.1 # via rich python-dotenv==1.0.1 # via @@ -69,19 +69,18 @@ rich==13.9.4 # via # rich-toolkit # typer -rich-toolkit==0.12.0 +rich-toolkit==0.13.2 # via fastapi-cli shellingham==1.5.4 # via typer sniffio==1.3.1 # via anyio -starlette==0.41.3 +starlette==0.45.3 # via fastapi typer==0.15.1 # via fastapi-cli typing-extensions==4.12.2 # via - # anyio # fastapi # pydantic # pydantic-core @@ -93,7 +92,7 @@ uvicorn==0.34.0 # fastapi-cli uvloop==0.21.0 # via uvicorn -watchfiles==1.0.3 +watchfiles==1.0.4 # via uvicorn -websockets==14.1 +websockets==14.2 # via uvicorn