From 4d3d11a9489c43bcb669fe08a689d66417ad3408 Mon Sep 17 00:00:00 2001 From: Lyle McKarns Date: Thu, 16 Oct 2025 13:43:38 -0400 Subject: [PATCH] Per #1247 coverted `typer` to `typer-slim` in `tests/tag.in` --- tests/tag.in | 2 +- tests/tag.txt | 16 +++------------- 2 files changed, 4 insertions(+), 14 deletions(-) diff --git a/tests/tag.in b/tests/tag.in index 220933af86f..219360671d4 100644 --- a/tests/tag.in +++ b/tests/tag.in @@ -1,3 +1,3 @@ gitpython packaging -typer +typer-slim diff --git a/tests/tag.txt b/tests/tag.txt index 52739ee51c1..534f7a30feb 100644 --- a/tests/tag.txt +++ b/tests/tag.txt @@ -1,28 +1,18 @@ # This file was autogenerated by uv via the following command: # uv pip compile --universal --output-file tests/tag.txt tests/tag.in click==8.3.0 - # via typer + # via typer-slim colorama==0.4.6 ; sys_platform == 'win32' # via click gitdb==4.0.12 # via gitpython gitpython==3.1.45 # via -r tests/tag.in -markdown-it-py==4.0.0 - # via rich -mdurl==0.1.2 - # via markdown-it-py packaging==25.0 # via -r tests/tag.in -pygments==2.19.2 - # via rich -rich==14.1.0 - # via typer -shellingham==1.5.4 - # via typer smmap==5.0.2 # via gitdb -typer==0.19.2 +typer-slim==0.19.2 # via -r tests/tag.in typing-extensions==4.15.0 - # via typer + # via typer-slim