Skip to content

Commit 12857fd

Browse files
authored
Per #1247 coverted typer to typer-slim in tests/tag.in (#3142)
* Upgrading `typer-slim` to correctly targeted version. As requested, `tests/pr_labeler.txt` not included
1 parent c98e477 commit 12857fd

File tree

3 files changed

+8
-31
lines changed

3 files changed

+8
-31
lines changed

tests/tag.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
gitpython
22
packaging
3-
typer
3+
typer-slim

tests/tag.txt

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,18 @@
11
# This file was autogenerated by uv via the following command:
22
# uv pip compile --universal --output-file tests/tag.txt tests/tag.in
33
click==8.3.0
4-
# via typer
4+
# via typer-slim
55
colorama==0.4.6 ; sys_platform == 'win32'
66
# via click
77
gitdb==4.0.12
88
# via gitpython
99
gitpython==3.1.45
1010
# via -r tests/tag.in
11-
markdown-it-py==4.0.0
12-
# via rich
13-
mdurl==0.1.2
14-
# via markdown-it-py
1511
packaging==25.0
1612
# via -r tests/tag.in
17-
pygments==2.19.2
18-
# via rich
19-
rich==14.2.0
20-
# via typer
21-
shellingham==1.5.4
22-
# via typer
2313
smmap==5.0.2
2414
# via gitdb
25-
typer==0.20.0
15+
typer-slim==0.20.0
2616
# via -r tests/tag.in
2717
typing-extensions==4.15.0
28-
# via typer
18+
# via typer-slim

tests/typing.txt

Lines changed: 4 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ cffi==2.0.0 ; platform_python_implementation != 'PyPy'
1515
charset-normalizer==3.4.4
1616
# via requests
1717
click==8.3.0
18-
# via
19-
# typer
20-
# typer-slim
18+
# via typer-slim
2119
codeowners==0.8.0
2220
# via -r tests/../hacking/pr_labeler/requirements.txt
2321
colorama==0.4.6 ; sys_platform == 'win32'
@@ -46,12 +44,8 @@ idna==3.11
4644
# via requests
4745
jinja2==3.1.6
4846
# via -r tests/../hacking/pr_labeler/requirements.txt
49-
markdown-it-py==4.0.0
50-
# via rich
5147
markupsafe==3.0.3
5248
# via jinja2
53-
mdurl==0.1.2
54-
# via markdown-it-py
5549
mypy==1.18.2
5650
# via -r tests/typing.in
5751
mypy-extensions==1.1.0
@@ -71,32 +65,25 @@ pycparser==2.23 ; implementation_name != 'PyPy' and platform_python_implementati
7165
# via cffi
7266
pygithub==2.8.1
7367
# via -r tests/../hacking/pr_labeler/requirements.txt
74-
pygments==2.19.2
75-
# via rich
7668
pyjwt==2.10.1
7769
# via pygithub
7870
pynacl==1.6.0
7971
# via pygithub
8072
requests==2.32.5
8173
# via pygithub
82-
rich==14.2.0
83-
# via typer
84-
shellingham==1.5.4
85-
# via typer
8674
smmap==5.0.2
8775
# via gitdb
88-
typer==0.20.0
89-
# via -r tests/tag.in
9076
typer-slim==0.20.0
91-
# via -r tests/../hacking/pr_labeler/requirements.txt
77+
# via
78+
# -r tests/../hacking/pr_labeler/requirements.txt
79+
# -r tests/tag.in
9280
types-docutils==0.22.2.20251006
9381
# via -r tests/typing.in
9482
typing-extensions==4.15.0
9583
# via
9684
# codeowners
9785
# mypy
9886
# pygithub
99-
# typer
10087
# typer-slim
10188
urllib3==2.5.0
10289
# via

0 commit comments

Comments
 (0)