diff --git a/requirements.txt b/requirements.txt index 707e181..ed55fbc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,12 +2,22 @@ # uv pip compile requirements.in -o requirements.txt click==8.1.7 # via typer -faker==24.4.0 +faker==24.7.1 +markdown-it-py==3.0.0 + # via rich +mdurl==0.1.2 + # via markdown-it-py numpy==1.26.4 +pygments==2.17.2 + # via rich python-dateutil==2.9.0.post0 # via faker +rich==13.7.1 + # via typer +shellingham==1.5.4 + # via typer six==1.16.0 # via python-dateutil -typer==0.10.0 -typing-extensions==4.10.0 +typer==0.12.2 +typing-extensions==4.11.0 # via typer